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

/forgerock/web-agents-v4/zlib/
H A Dzutil.c205 local int next_ptr = 0; variable
234 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
235 table[next_ptr].org_ptr = buf;
240 table[next_ptr++].new_ptr = buf;
252 for (n = 0; n < next_ptr; n++) {
256 while (++n < next_ptr) {
259 next_ptr--;

Completed in 30 milliseconds