HomeSort by: relevance | last modified time | path
    Searched defs:stackcount (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isccfg/
check.c 2709 uint32_t stackcount = 0, pushed = 0; local
2767 if (stackcount == pushed) {
2768 stack = isc_mem_creget(mctx, stack, stackcount,
2769 stackcount + 16,
2771 stackcount += 16;
2785 isc_mem_cput(mctx, stack, stackcount, sizeof(*stack));

Completed in 17 milliseconds