code wiki / _hdl_build / nx_media_harvest_gate.nx

nx_media_harvest_gate.nx

buildroot/runtime/_hdl_build/nx_media_harvest_gate.nx

6564 B110 linesdepth 4pulls 7 transitivereach 0 importersview sourcekind gate/prooftopic media
docsdependenciesstructsconstsfunctions

dependencies 4 imports · 0 importers

nx_gate_grow.nx nx_gate_gn.nx nx_syscalls.nx nx_media_harvest.nx nx_media_harvest_gate.nx

imports: nx_gate_grow.nxnx_gate_gn.nxnx_syscalls.nxnx_media_harvest.nx

imported by: nobody (leaf or entry point)

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

main gw sys_write sys_mmap nx_media_harvest sys_mmap ↻ mh_consider mh_unescape mh_classify mh_lc sys_mmap ↻ mh_streq mh_has_ci mh_lc ↻ mh_resolve mh_lc ↻ sys_mmap ↻ nx_url_resolve _ur_copy _ur_find_scheme_colon _ur_lc sys_mmap ↻ _ur_resolve_dot_segments _ur_putc _ur_copy ↻ _ur_putc ↻ mh_seen mh_lc ↻ gn nx_media_kind_label sys_write ↻ grow gw sys_write ↻ g_kind_of g_among

structs

none

consts

none

functions

12func gw(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 1: main calls 1: sys_write
15func g_among(url_buf: *u8, offs: *i64, lens: *i64, n: i64, needle: *u8) -> i64
called by 1: main
30func g_kind_of(url_buf: *u8, offs: *i64, lens: *i64, kinds: *i64, n: i64, needle: *u8) -> i64
called by 1: main
45func main() -> i64