Searched refs:ndr_outer_grow (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | ndr_process.c | 380 rc = ndr_outer_grow(outer_ref, n_fixed); in ndr_topmost() 690 rc = ndr_outer_grow(outer_ref, n_pdu_total); in ndr_outer_fixed() 780 rc = ndr_outer_grow(outer_ref, n_pdu_total); in ndr_outer_fixed_array() 873 rc = ndr_outer_grow(outer_ref, n_pdu_total); in ndr_outer_conformant_array() 1000 rc = ndr_outer_grow(outer_ref, n_pdu_total); in ndr_outer_conformant_construct() 1041 rc = ndr_outer_grow(outer_ref, n_pdu_total); in ndr_outer_conformant_construct() 1124 rc = ndr_outer_grow(outer_ref, n_pdu_total); in ndr_size_is() 1195 if (!ndr_outer_grow(outer_ref, n_hdr)) in ndr_outer_string() 1331 rc = ndr_outer_grow(outer_ref, n_pdu_total); in ndr_outer_string() 1465 if (!ndr_outer_grow(outer_ref, n_pad)) in ndr_outer_align() [all …]
|
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | ndr.h | 452 int ndr_outer_grow(ndr_ref_t *, unsigned);
|