Lines Matching refs:outer_current
312 assert(!nds->outer_current); in ndr_topmost()
387 nds->outer_current = outer_ref; in ndr_topmost()
388 nds->outer_queue_tailp = &nds->outer_current->next; in ndr_topmost()
399 nds->outer_current = nds->outer_current->next; in ndr_topmost()
421 outer_ref->enclosing = nds->outer_current; in ndr_enter_outer_queue()
436 while (nds->outer_current) { in ndr_run_outer_queue()
437 nds->outer_queue_tailp = &nds->outer_current->next; in ndr_run_outer_queue()
439 if (!ndr_outer(nds->outer_current)) in ndr_run_outer_queue()
442 nds->outer_current = nds->outer_current->next; in ndr_run_outer_queue()
1096 ndr_ref_t *outer_ref = nds->outer_current; in ndr_size_is()
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()
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()