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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzutil.c225 local int next_ptr = 0; variable
254 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
255 table[next_ptr].org_ptr = buf;
260 table[next_ptr++].new_ptr = buf;
272 for (n = 0; n < next_ptr; n++) {
276 while (++n < next_ptr) {
279 next_ptr--;

Completed in 240 milliseconds