Lines Matching refs:pdu_offset
378 outer_ref->pdu_offset = nds->pdu_scan_offset; in ndr_topmost()
384 outer_ref->pdu_end_offset = outer_ref->pdu_offset + n_fixed; in ndr_topmost()
607 outer_ref->pdu_offset = nds->pdu_scan_offset; in ndr_outer()
730 myref.pdu_offset = outer_ref->pdu_offset; in ndr_outer_fixed()
731 outer_ref->pdu_end_offset = outer_ref->pdu_offset + n_pdu_total; in ndr_outer_fixed()
821 myref.pdu_offset = outer_ref->pdu_offset; in ndr_outer_fixed_array()
822 outer_ref->pdu_end_offset = outer_ref->pdu_offset + n_pdu_total; in ndr_outer_fixed_array()
931 outer_ref->pdu_end_offset = outer_ref->pdu_offset + n_pdu_total; in ndr_outer_conformant_array()
949 myref.pdu_offset = outer_ref->pdu_offset + n_ptr_offset; in ndr_outer_conformant_array()
1062 outer_ref->pdu_end_offset = outer_ref->pdu_offset + n_pdu_total; in ndr_outer_conformant_construct()
1076 myref.pdu_offset = outer_ref->pdu_offset + 4; in ndr_outer_conformant_construct()
1367 myref.pdu_offset = outer_ref->pdu_offset + 12; in ndr_outer_string()
1392 unsigned long pdu_offset; in ndr_outer_peek_sizing() local
1395 pdu_offset = outer_ref->pdu_offset + offset; in ndr_outer_peek_sizing()
1397 if (pdu_offset < nds->outer_current->pdu_offset || in ndr_outer_peek_sizing()
1398 pdu_offset > nds->outer_current->pdu_end_offset || in ndr_outer_peek_sizing()
1399 pdu_offset+4 > nds->outer_current->pdu_end_offset) { in ndr_outer_peek_sizing()
1410 rc = NDS_GET_PDU(nds, pdu_offset, 4, (char *)sizing_p, in ndr_outer_peek_sizing()
1427 unsigned long pdu_offset; in ndr_outer_poke_sizing() local
1430 pdu_offset = outer_ref->pdu_offset + offset; in ndr_outer_poke_sizing()
1432 if (pdu_offset < nds->outer_current->pdu_offset || in ndr_outer_poke_sizing()
1433 pdu_offset > nds->outer_current->pdu_end_offset || in ndr_outer_poke_sizing()
1434 pdu_offset+4 > nds->outer_current->pdu_end_offset) { in ndr_outer_poke_sizing()
1441 rc = NDS_PUT_PDU(nds, pdu_offset, 4, (char *)sizing_p, in ndr_outer_poke_sizing()
1563 n_pad = ((arg_ref->ti->alignment + 1) - arg_ref->pdu_offset) & in ndr_inner_align()
1574 rc = NDS_PAD_PDU(nds, arg_ref->pdu_offset, n_pad, arg_ref); in ndr_inner_align()
1590 arg_ref->enclosing->pdu_offset += n_pad; in ndr_inner_align()
1591 arg_ref->pdu_offset += n_pad; in ndr_inner_align()
1803 unsigned long pdu_offset = encl_ref->pdu_offset; in ndr_inner_array() local
1828 myref.pdu_offset = pdu_offset + i * ti->pdu_size_fixed_part; in ndr_inner_array()
1902 rc = NDS_PUT_PDU(nds, ref->pdu_offset, size, in ndr_basic_integer()
1907 rc = NDS_GET_PDU(nds, ref->pdu_offset, size, in ndr_basic_integer()
1922 unsigned long pdu_offset = encl_ref->pdu_offset; in ndr_string_basic_integer() local
1942 myref.pdu_offset = pdu_offset + i * size; in ndr_string_basic_integer()
2047 myref.pdu_offset = encl_ref->pdu_offset; in ndr_s_wchar()
2055 myref.pdu_offset += sizeof (ndr_wchar_t); in ndr_s_wchar()