Home
last modified time | relevance | path

Searched refs:outer_current (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_process.c311 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()
[all …]
H A Dndr_ops.c412 nds->outer_current = 0; in ndo_reset()
448 nds->outer_current = 0; in ndo_destruct()
/onnv-gate/usr/src/uts/common/smbsrv/
H A Dndr.h266 ndr_ref_t *outer_current; member