Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr.h129 #define NDR_F_IS_POINTER 0x0010 /* TYPE * ... req./given */ macro
403 NDR_F_SIZE_IS+NDR_F_IS_POINTER, size_is, SIZE_IS)
407 NDR_F_IS_POINTER, size_is, 0)
440 NDR_F_SIZE_IS+NDR_F_IS_POINTER, size_is, SIZE_IS)
444 NDR_F_IS_POINTER, size_is, 0)
H A Dndr_process.c341 case NDR_F_IS_POINTER: in ndr_topmost()
342 case NDR_F_IS_POINTER+NDR_F_SIZE_IS: in ndr_topmost()
626 case NDR_F_IS_POINTER+NDR_F_SIZE_IS: in ndr_outer()
1648 case NDR_F_IS_POINTER+NDR_F_SIZE_IS: /* pointer to something */ in ndr_inner()
1658 if (params & NDR_F_IS_POINTER) in ndr_inner()
1665 case NDR_F_IS_POINTER: /* type is pointer to one something */ in ndr_inner()
1722 outer_ref->outer_flags &= ~NDR_F_IS_POINTER; in ndr_inner_pointer()