Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_process.c327 case NDR_F_SIZE_IS: in ndr_topmost()
342 case NDR_F_IS_POINTER+NDR_F_SIZE_IS: in ndr_topmost()
347 case NDR_F_IS_REFERENCE+NDR_F_SIZE_IS: in ndr_topmost()
624 case NDR_F_SIZE_IS: in ndr_outer()
626 case NDR_F_IS_POINTER+NDR_F_SIZE_IS: in ndr_outer()
627 case NDR_F_IS_REFERENCE+NDR_F_SIZE_IS: in ndr_outer()
633 if (params & NDR_F_SIZE_IS) in ndr_outer()
855 assert(params & NDR_F_SIZE_IS); in ndr_outer_conformant_array()
943 myref.inner_flags = NDR_F_SIZE_IS; in ndr_outer_conformant_array()
1156 outer_ref->inner_flags |= NDR_F_SIZE_IS; in ndr_size_is()
[all …]
H A Dndr.h125 #define NDR_F_SIZE_IS 0x0001 /* [size_is(X)] required/given */ macro
395 NDR_F_SIZE_IS, size_is, SIZE_IS)
403 NDR_F_SIZE_IS+NDR_F_IS_POINTER, size_is, SIZE_IS)
432 NDR_F_SIZE_IS, size_is, SIZE_IS)
440 NDR_F_SIZE_IS+NDR_F_IS_POINTER, size_is, SIZE_IS)
452 NDR_F_SIZE_IS+NDR_F_IS_REFERENCE, size_is, SIZE_IS)