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

/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dconfig.c505 isc_uint32_t stackcount = 0, pushed = 0; local
599 if (stackcount == pushed) {
601 isc_uint32_t newlen = stackcount + 16;
605 oldsize = stackcount * sizeof(*stack);
609 if (stackcount != 0) {
614 stackcount = newlen;
721 isc_mem_put(mctx, stack, stackcount * sizeof(*stack));
747 isc_mem_put(mctx, stack, stackcount * sizeof(*stack));
/freebsd-9.3-release/contrib/bind9/lib/bind9/
H A Dcheck.c1082 isc_uint32_t stackcount = 0, pushed = 0; local
1135 if (stackcount == pushed) {
1137 isc_uint32_t newlen = stackcount + 16;
1141 oldsize = stackcount * sizeof(*stack);
1145 if (stackcount != 0) {
1153 stackcount = newlen;
1167 isc_mem_put(mctx, ptr, stackcount * sizeof(*stack));

Completed in 104 milliseconds