Lines Matching refs:mxa
230 ndr_decode_call(ndr_xa_t *mxa, void *params) in ndr_decode_call() argument
232 ndr_stream_t *nds = &mxa->recv_nds; in ndr_decode_call()
238 rc = ndr_encode_decode_common(nds, mxa->opnum, in ndr_decode_call()
239 mxa->binding->service->interface_ti, params); in ndr_decode_call()
248 ndr_encode_return(ndr_xa_t *mxa, void *params) in ndr_encode_return() argument
250 ndr_stream_t *nds = &mxa->send_nds; in ndr_encode_return()
256 rc = ndr_encode_decode_common(nds, mxa->opnum, in ndr_encode_return()
257 mxa->binding->service->interface_ti, params); in ndr_encode_return()
266 ndr_encode_call(ndr_xa_t *mxa, void *params) in ndr_encode_call() argument
268 ndr_stream_t *nds = &mxa->send_nds; in ndr_encode_call()
274 rc = ndr_encode_decode_common(nds, mxa->opnum, in ndr_encode_call()
275 mxa->binding->service->interface_ti, params); in ndr_encode_call()
284 ndr_decode_return(ndr_xa_t *mxa, void *params) in ndr_decode_return() argument
286 ndr_stream_t *nds = &mxa->recv_nds; in ndr_decode_return()
292 rc = ndr_encode_decode_common(nds, mxa->opnum, in ndr_decode_return()
293 mxa->binding->service->interface_ti, params); in ndr_decode_return()
299 ndr_decode_pdu_hdr(ndr_xa_t *mxa) in ndr_decode_pdu_hdr() argument
301 ndr_common_header_t *hdr = &mxa->recv_hdr.common_hdr; in ndr_decode_pdu_hdr()
302 ndr_stream_t *nds = &mxa->recv_nds; in ndr_decode_pdu_hdr()
317 mxa->ptype = hdr->ptype; in ndr_decode_pdu_hdr()
541 ndr_encode_pdu_hdr(ndr_xa_t *mxa) in ndr_encode_pdu_hdr() argument
543 ndr_common_header_t *hdr = &mxa->send_hdr.common_hdr; in ndr_encode_pdu_hdr()
544 ndr_stream_t *nds = &mxa->send_nds; in ndr_encode_pdu_hdr()
640 ndr_bind_ack_hdr_size(ndr_xa_t *mxa) in ndr_bind_ack_hdr_size() argument
642 ndr_bind_ack_hdr_t *bahdr = &mxa->send_hdr.bind_ack_hdr; in ndr_bind_ack_hdr_size()
772 ndr_xa_t *mxa = /*LINTED E_BAD_PTR_CAST_ALIGN*/ in ndr__auth_verifier_co() local
791 val = &mxa->send_auth; in ndr__auth_verifier_co()
792 hdr = &mxa->send_hdr.common_hdr; in ndr__auth_verifier_co()
796 val = &mxa->recv_auth; in ndr__auth_verifier_co()
797 hdr = &mxa->recv_hdr.common_hdr; in ndr__auth_verifier_co()
828 ndr_encode_pdu_auth(ndr_xa_t *mxa) in ndr_encode_pdu_auth() argument
830 ndr_common_header_t *hdr = &mxa->send_hdr.common_hdr; in ndr_encode_pdu_auth()
831 ndr_stream_t *nds = &mxa->send_nds; in ndr_encode_pdu_auth()
857 mxa); in ndr_encode_pdu_auth()
863 ndr_decode_pdu_auth(ndr_xa_t *mxa) in ndr_decode_pdu_auth() argument
865 ndr_common_header_t *hdr = &mxa->recv_hdr.common_hdr; in ndr_decode_pdu_auth()
866 ndr_stream_t *nds = &mxa->recv_nds; in ndr_decode_pdu_auth()
867 ndr_sec_t *auth = &mxa->recv_auth; in ndr_decode_pdu_auth()
875 mxa->recv_auth.auth_pad_len = 0; in ndr_decode_pdu_auth()
895 mxa); in ndr_decode_pdu_auth()