code wiki / (root) / nx_http_cache_test.nx

nx_http_cache_test.nx

buildroot/runtime/nx_http_cache_test.nx

5708 B141 linesdepth 3pulls 5 transitivereach 0 importersview sourcekind gate/prooftopic http
docsdependenciesstructsconstsfunctions

about

nx_http_cache_test.nx -- smoke for HTTP cache primitive. expect_exit: 0 license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_syscalls_x86_64.nx nx_http_cache.nx nx_http_cache_test.nx

imports: nx_syscalls_x86_64.nxnx_http_cache.nx

imported by: nobody (leaf or entry point)

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

main nxc_verdict_is_valid bytes_eq nxc_verdict_name nxc_fnv1a_64 nxc_put_hex_64 nx_http_etag_compute nxc_fnv1a_64 ↻ nxc_put_hex_64 ↻ nx_http_if_none_match_matc nx_http_cache_decide nx_http_if_none_match_matc ↻ nx_http_emit_304 nxc_put_cstr nxc_put nxc_put_bytes nxc_put ↻ nxc_put ↻ bytes_contains bytes_eq ↻ nx_http_emit_cache_control nxc_put_cstr ↻ nxc_put ↻

structs

none

consts

none

functions

10func bytes_eq(a: *u8, b: *u8, n: i64) -> i64
called by 2: bytes_containsmain
19func bytes_contains(haystack: *u8, h_n: i64, needle: *u8, n_n: i64) -> i64
called by 1: main calls 1: bytes_eq
29func main() -> i64