Lines Matching refs:outer_current
311 assert(!nds->outer_current); in ndr_topmost()
386 nds->outer_current = outer_ref; in ndr_topmost()
387 nds->outer_queue_tailp = &nds->outer_current->next; in ndr_topmost()
398 nds->outer_current = nds->outer_current->next; in ndr_topmost()
420 outer_ref->enclosing = nds->outer_current; in ndr_enter_outer_queue()
435 while (nds->outer_current) { in ndr_run_outer_queue()
436 nds->outer_queue_tailp = &nds->outer_current->next; in ndr_run_outer_queue()
438 if (!ndr_outer(nds->outer_current)) in ndr_run_outer_queue()
441 nds->outer_current = nds->outer_current->next; in ndr_run_outer_queue()
1097 ndr_ref_t *outer_ref = nds->outer_current; in ndr_size_is()
1383 if (pdu_offset < nds->outer_current->pdu_offset || in ndr_outer_peek_sizing()
1384 pdu_offset > nds->outer_current->pdu_end_offset || in ndr_outer_peek_sizing()
1385 pdu_offset+4 > nds->outer_current->pdu_end_offset) { in ndr_outer_peek_sizing()
1418 if (pdu_offset < nds->outer_current->pdu_offset || in ndr_outer_poke_sizing()
1419 pdu_offset > nds->outer_current->pdu_end_offset || in ndr_outer_poke_sizing()
1420 pdu_offset+4 > nds->outer_current->pdu_end_offset) { in ndr_outer_poke_sizing()