Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_process.c880 rc = ndr_outer_poke_sizing(outer_ref, 0, &size_is); in ndr_outer_conformant_array()
1012 rc = ndr_outer_poke_sizing(outer_ref, 0, &size_is); in ndr_outer_conformant_construct()
1134 rc = ndr_outer_poke_sizing(outer_ref, 0, &size_is); in ndr_size_is()
1252 if (!ndr_outer_poke_sizing(outer_ref, 0, &size_is) || in ndr_outer_string()
1253 !ndr_outer_poke_sizing(outer_ref, 4, &first_is) || in ndr_outer_string()
1254 !ndr_outer_poke_sizing(outer_ref, 8, &length_is)) in ndr_outer_string()
1408 ndr_outer_poke_sizing(ndr_ref_t *outer_ref, unsigned offset, in ndr_outer_poke_sizing() function
/titanic_50/usr/src/uts/common/smbsrv/
H A Dndr.h450 int ndr_outer_poke_sizing(ndr_ref_t *, unsigned, unsigned long *);