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 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 sys_mmap ↻ ss_manifest_dyn ↻ ss_cat ↻ ss_loadfile sys_map_file ss_readall ↻ ss_load_aux2 sys_mmap ↻ ss_cat ↻ ss_loadfile ↻ ss_r32 ↻ sys_munmap ssl_total_keys ss_r32 ↻ ssl_pow2 ssl_build ss_r32 ↻ ssl_hash_entry

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