Searched refs:pushed (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/bin/named/
H A Dconfig.c450 isc_uint32_t stackcount = 0, pushed = 0; local
544 if (stackcount == pushed) {
565 stack[pushed].element = cfg_list_next(element);
566 stack[pushed].port = port;
567 pushed++;
626 if (pushed != 0) {
627 pushed--;
628 element = stack[pushed].element;
629 port = stack[pushed].port;
/bind-9.6-ESV-R11/lib/bind9/
H A Dcheck.c847 isc_uint32_t stackcount = 0, pushed = 0; local
900 if (stackcount == pushed) {
920 stack[pushed++] = cfg_list_next(element);
923 if (pushed != 0) {
924 element = stack[--pushed];

Completed in 1082 milliseconds