code wiki / (root) / nx_fetch_status_live_gate_t252.nx

nx_fetch_status_live_gate_t252.nx

buildroot/runtime/nx_fetch_status_live_gate_t252.nx

1393 B19 linesdepth 23pulls 160 transitivereach 4 importersview sourcekind tooltopic fetch
docsdependenciesstructsconstsfunctions

about

Live transport witness: consume raw native HTTPS bytes through the shared status boundary. Caller chooses URL and observation buffer; this gate does not expose response cookies or body.

dependencies 2 imports · 3 importers

nx_https_fetch_lib.nx nx_fetch_any.nx nx_fetch_status_live_gate_t252 nx_fetch_capacity_gate_t253.nx nx_fetch_decode_capture_t253.nx nx_fetch_default_decode_gate_t253.

imports: nx_https_fetch_lib.nxnx_fetch_any.nx

imported by: nx_fetch_capacity_gate_t253.nxnx_fetch_decode_capture_t253.nxnx_fetch_default_decode_gate_t253.nx

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

main hsl_size hf_store_load nx_trust_store_load_from_c 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 ↻ sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_munmap sys_close nx_nss_certdata_parse sys_mmap ↻ _pat_class_cert _pat_value_octal _pat_end _find_newline _starts_with _parse_octal_line sys_mmap ↻ _is_space _decode_octal_escape _is_octal hf_fetch_mode hf_fetch_mode_headers

structs

none

consts

none

functions

5func hsl_size(s:*u8)->i64{var i:i64=0;var n:i64=0;if s[0]==0{return -1};while s[i]!=0{let d:i64=(s[i] as i64)-48;if d<0||d>9{return -1};if n>(9223372036854775807-d)/10{return -1};n=n*10+d;i=i+1};return n}
6func main(argc:i64,argv:*i64)->i64