Searched refs:encl_ref (Results 1 – 3 of 3) sorted by relevance
482 int ndr__ndr_bind_ack_hdr(ndr_ref_t *encl_ref);498 ndr__ndr_bind_ack_hdr(ndr_ref_t *encl_ref) in ndr__ndr_bind_ack_hdr() argument500 ndr_stream_t *nds = encl_ref->stream; in ndr__ndr_bind_ack_hdr()502 (struct ndr_bind_ack_hdr *)encl_ref->datum; in ndr__ndr_bind_ack_hdr()507 myref.enclosing = encl_ref; in ndr__ndr_bind_ack_hdr()508 myref.stream = encl_ref->stream; in ndr__ndr_bind_ack_hdr()530 NDR_SET_ERROR(encl_ref, NDR_ERR_M_OP_INVALID); in ndr__ndr_bind_ack_hdr()574 int ndr__ndr_alter_context_rsp_hdr(ndr_ref_t *encl_ref);590 ndr__ndr_alter_context_rsp_hdr(ndr_ref_t *encl_ref) in ndr__ndr_alter_context_rsp_hdr() argument592 ndr_stream_t *nds = encl_ref->stream; in ndr__ndr_alter_context_rsp_hdr()[all …]
1717 ndr_inner_array(ndr_ref_t *encl_ref) in ndr_inner_array() argument1719 ndr_typeinfo_t *ti = encl_ref->ti; in ndr_inner_array()1721 unsigned long pdu_offset = encl_ref->pdu_offset; in ndr_inner_array()1726 if (encl_ref->inner_flags & NDR_F_SIZE_IS) { in ndr_inner_array()1728 if (!ndr_size_is(encl_ref)) in ndr_inner_array()1730 n_elem = encl_ref->size_is; in ndr_inner_array()1732 assert(encl_ref->inner_flags & NDR_F_DIMENSION_IS); in ndr_inner_array()1733 n_elem = encl_ref->dimension_is; in ndr_inner_array()1737 myref.enclosing = encl_ref; in ndr_inner_array()1738 myref.stream = encl_ref->stream; in ndr_inner_array()[all …]
329 #define NDR_DIR_IS_IN (encl_ref->stream->dir == NDR_DIR_IN)330 #define NDR_DIR_IS_OUT (encl_ref->stream->dir == NDR_DIR_OUT)334 myref.pdu_offset = encl_ref->pdu_offset + (OFFSET); \416 myref.pdu_offset = encl_ref->pdu_offset; \