code wiki / (root) / nx_uxf_negotiate_test.nx

nx_uxf_negotiate_test.nx

buildroot/runtime/nx_uxf_negotiate_test.nx

4373 B73 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind gate/prooftopic uxf
docsdependenciesstructsconstsfunctions

about

nx_uxf_negotiate_test.nx -- KAT for endpoint-adaptive negotiation. Headline: MKV(H.264/AAC) @ Chrome -> REMUX (Chrome can't read the MKV container, but CAN decode H.264/AAC -> lossless rewrap to MP4, no re-encode). Plus DIRECT + TRANSCODE cases + a Safari row, all from the data-driven caps TSV. expect_exit: 0 license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_uxf_negotiate.nx nx_uxf_negotiate_test.nx

imports: nx_syscalls.nxnx_uxf_negotiate.nx

imported by: nobody (leaf or entry point)

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

main sys_mmap sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close t_puts sys_write sys_exit ng_caps_lookup ng_streq_slice ng_slen ng_copy_slice ng_negotiate ng_csv_has ng_slen ↻ t_plan t_puts ↻ sys_write ↻

structs

none

consts

none

functions

8func t_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: t_planmain calls 1: sys_write
9func t_plan(p: i64) -> i64
called by 1: main calls 1: t_puts
16func main() -> i64