Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_process.c412 NDR_SET_ERROR(arg_ref, NDR_ERR_MALLOC_FAILED); in ndr_enter_outer_queue()
708 NDR_SET_ERROR(outer_ref, NDR_ERR_MALLOC_FAILED); in ndr_outer_fixed()
798 NDR_SET_ERROR(outer_ref, NDR_ERR_MALLOC_FAILED); in ndr_outer_fixed_array()
916 NDR_SET_ERROR(outer_ref, NDR_ERR_MALLOC_FAILED); in ndr_outer_conformant_array()
1049 NDR_SET_ERROR(outer_ref, NDR_ERR_MALLOC_FAILED); in ndr_outer_conformant_construct()
1313 NDR_SET_ERROR(outer_ref, NDR_ERR_MALLOC_FAILED); in ndr_outer_string()
H A Dndr_ops.c146 nds->error = NDR_ERR_MALLOC_FAILED; in nds_initialize()
H A Dndr.h321 #define NDR_ERR_MALLOC_FAILED -1 macro
H A Dndr_marshal.c77 case NDR_ERR_MALLOC_FAILED: in ndr_convert_nds_error()