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

/vbox/src/libs/zlib-1.2.6/
H A Dzutil.c182 local int next_ptr = 0; variable
211 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
212 table[next_ptr].org_ptr = buf;
217 table[next_ptr++].new_ptr = buf;
229 for (n = 0; n < next_ptr; n++) {
233 while (++n < next_ptr) {
236 next_ptr--;

Completed in 31 milliseconds