Home
last modified time | relevance | path

Searched refs:n_pdu_total (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_process.c666 unsigned n_pdu_total; in ndr_outer_fixed() local
685 n_pdu_total = n_hdr + n_fixed + n_variable; in ndr_outer_fixed()
690 rc = ndr_outer_grow(outer_ref, n_pdu_total); in ndr_outer_fixed()
731 outer_ref->pdu_end_offset = outer_ref->pdu_offset + n_pdu_total; in ndr_outer_fixed()
756 unsigned n_pdu_total; in ndr_outer_fixed_array() local
775 n_pdu_total = n_hdr + n_fixed + n_variable; in ndr_outer_fixed_array()
780 rc = ndr_outer_grow(outer_ref, n_pdu_total); in ndr_outer_fixed_array()
822 outer_ref->pdu_end_offset = outer_ref->pdu_offset + n_pdu_total; in ndr_outer_fixed_array()
848 unsigned n_pdu_total; in ndr_outer_conformant_array() local
868 n_pdu_total = n_hdr + n_fixed + n_variable; in ndr_outer_conformant_array()
[all …]