code wiki / (root) / nx_lib_reindex.nx

nx_lib_reindex.nx

buildroot/runtime/nx_lib_reindex.nx

1430 B31 linesdepth 6pulls 8 transitivereach 0 importersview sourcekind tooltopic lib
docsdependenciesstructsconstsfunctions

about

nx_lib_reindex.nx -- isolate the full-text index build over the durable 16K catalog (data already stored). Reports where it stops.

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_lib_index.nx nx_lib_reindex.nx

imports: nx_syscalls.nxnx_lib_index.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main rx_puts sys_write nx_lib_index_build nx_lib_store_index sys_mmap nxa_die sys_write ↻ sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ ss_get sys_mmap ↻ ss_scan sys_mmap ↻ ss_manifest_dyn ss_manifest_file_dyn ss_scan_seglist ss_len sys_mmap ↻ ss_cat ss_readall ss_r32 nx_inv_new nx_lib_store_open ss_open ss_open2 ss_open3 sys_now_us sys_mmap ↻ ss_manifest_dyn ↻

structs

none

consts

5const K_MAGIC_1048576: i64 = 1048576

functions

7func rx_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
called by 2: rx_hitsmain calls 1: sys_write
8func rx_putn(v: i64) -> i64
called by 2: rx_hitsmain calls 2: sys_mmapsys_write
15func rx_hits(out: *u8, n: i64) -> i64
called by 1: main calls 2: rx_putsrx_putn
22func main() -> i64