nx_ipp_submit_test.nx
buildroot/runtime/nx_ipp_submit_test.nx
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
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
structs
| none |
consts
| none |
functions
| 15 | func 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 |
| 17 | func main() -> i64 |