Searched refs:stackcount (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) {
699 isc_uint32_t newlen = stackcount + 16;
703 oldsize = stackcount * sizeof(*stack);
707 if (stackcount != 0) {
712 stackcount = newlen;
849 isc_mem_put(mctx, stack, stackcount * sizeof(*stack));
879 isc_mem_put(mctx, stack, stackcount * sizeof(*stack));
/bind-9.11.3/lib/bind9/
H A Dcheck.c1529 isc_uint32_t stackcount = 0, pushed = 0; local
1582 if (stackcount == pushed) {
1584 isc_uint32_t newlen = stackcount + 16;
1588 oldsize = stackcount * sizeof(*stack);
1592 if (stackcount != 0) {
1600 stackcount = newlen;
1614 isc_mem_put(mctx, ptr, stackcount * sizeof(*stack));

Completed in 47 milliseconds