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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzutil.c112 local int next_ptr = 0; variable
141 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
142 table[next_ptr].org_ptr = buf;
147 table[next_ptr++].new_ptr = buf;
159 for (n = 0; n < next_ptr; n++) {
163 while (++n < next_ptr) {
166 next_ptr--;

Completed in 132 milliseconds