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

/bind-9.11.3/bin/named/
H A Dconfig.c575 isc_uint32_t stackcount = 0, pushed = 0; local
697 if (stackcount == pushed) {
718 stack[pushed].element = cfg_list_next(element);
719 stack[pushed].port = port;
720 stack[pushed].dscp = dscp;
721 pushed++;
795 if (pushed != 0) {
796 pushed--;
797 element = stack[pushed].element;
798 port = stack[pushed]
[all...]
/bind-9.11.3/lib/bind9/
H A Dcheck.c1529 isc_uint32_t stackcount = 0, pushed = 0; local
1582 if (stackcount == pushed) {
1602 stack[pushed++] = cfg_list_next(element);
1605 if (pushed != 0) {
1606 element = stack[--pushed];

Completed in 21 milliseconds