code wiki / _hdl_build / nx_room_perf_gate.nx

nx_room_perf_gate.nx

buildroot/runtime/_hdl_build/nx_room_perf_gate.nx

15706 B385 linesdepth 19pulls 127 transitivereach 0 importersview sourcekind gate/prooftopic room
docsdependenciesstructsconstsfunctions

dependencies 12 imports · 0 importers

nx_gate_base.nx nx_connect.nx nx_syscalls.nx nx_gate_emit_lib.nx nx_x509_trust_store.nx nx_trust_store_load_from_certdata. nx_tls13_client_validate_certifica nx_tls13_client_session_run.nx nx_dns_resolve_a_record.nx nx_https_url_connect.nx nx_room_perf_gate.nx

diagram shows first 10 each side; +2 more imports, +0 more importers in the complete lists below.

imports: nx_gate_base.nxnx_connect.nxnx_syscalls.nxnx_gate_emit_lib.nxnx_x509_trust_store.nxnx_trust_store_load_from_certdata.nxnx_tls13_client_validate_certificate.nxnx_tls13_client_session_run.nxnx_dns_resolve_a_record.nxnx_https_url_connect.nxnx_websocket_frame.nxnx_websocket_client_upgrade.nx

imported by: nobody (leaf or entry point)

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

main g_puts sys_write nx_trust_store_load_from_c sys_mmap sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read 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 trust_store_alloc sys_mmap ↻ nx_x509_trust_store_load sys_mmap ↻ x509_parse sys_mmap ↻ asn1_cursor_init asn1_expect_tag sys_mmap ↻ asn1_read_tlv_header asn1_read_tag asn1_read_length asn1_read_length ↻ x509_read_tlv sys_mmap ↻ asn1_expect_tag ↻ x509_read_alg_id

structs

none

consts

41const RG_FD: i64 = 0
42const RG_S: i64 = 1
43const RG_ACC: i64 = 2
44const RG_ACC_CAP: i64 = 3
45const RG_ACC_LEN: i64 = 4
46const RG_ACC_OFF: i64 = 5
47const RG_SLOTS: i64 = 6

functions

50func grow(name: *u8, ok: i64) -> i64 { if ok==1 { gw(" PASS " as *u8) } else { gw(" FAIL " as *u8) } gw(name); gw("
calls 1: gw
52func rg_tls_send(c: *i64, buf: *u8, n: i64) -> i64
74func rg_pump(c: *i64) -> i64
101func rg_next_frame(c: *i64, f: *WsFrame) -> i64
118func rg_reset_acc(c: *i64) -> i64
128func rg_send_ws(c: *i64, opcode: i64, payload: *u8, n: i64, mask: i64) -> i64
138func rg_join(c: *i64, ipv4: i64, sni: *u8, sni_n: i64, path: *u8, path_n: i64,
196func rg_media_ts(out: *u8, kind: i64, id: *u8, seq: i64, body_n: i64) -> i64
212func rg_read_ts(acc: *u8, off: i64) -> i64
223func rg_sort(a: *i64, n: i64) -> i64
241func rg_recv_lat(c: *i64, f: *WsFrame) -> i64
250func rg_fork_sender(ca: *i64, id: *u8, count: i64, body_n: i64) -> i64
264func rg_kill(pid: i64) -> i64
271func main() -> i64