code wiki / (root) / nx_ipp_submit_test.nx

nx_ipp_submit_test.nx

buildroot/runtime/nx_ipp_submit_test.nx

3512 B65 linesdepth 2pulls 6 transitivereach 0 importersview sourcekind gate/prooftopic ipp
docsdependenciesstructsconstsfunctions

about

nx_ipp_submit_test.nx -- offline gate for job-submission request builders (R-RASTER-1). Unique exit codes per invariant: 1x Validate-Job: op-id 0x0004, end-tag present, operation attrs round-trip (charset/printer-uri/ requesting-user-name/job-name/document-format=image/urf with correct value-tags) 2x Print-Job: op-id 0x0002, and a URF document appended after the end-tag starts with 'U' (0x55), i.e. the document rides in the body immediately after the IPP request (RFC 8011 4.2.1) expect_exit: 0 license_tier: ORIGINAL

dependencies 5 imports · 0 importers

nx_syscalls.nx nx_ipp_codec.nx nx_ipp_submit.nx nx_pwg_rle.nx nx_urf.nx nx_ipp_submit_test.nx

imports: nx_syscalls.nxnx_ipp_codec.nxnx_ipp_submit.nxnx_pwg_rle.nxnx_urf.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 nx_ipp_op_id nx_ipp_get_u16 nx_ipp_find nx_ipp_strlen nx_ipp_get_u16 ↻ nx_ipp_name_eq nx_ipp_name_eq ↻

structs

none

consts

none

functions

15func 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 }
calls 1: sys_write
17func main() -> i64