next_ptr          201 tools/packfi2/zutil.c local int next_ptr = 0;
next_ptr          230 tools/packfi2/zutil.c     if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
next_ptr          231 tools/packfi2/zutil.c     table[next_ptr].org_ptr = buf;
next_ptr          236 tools/packfi2/zutil.c     table[next_ptr++].new_ptr = buf;
next_ptr          248 tools/packfi2/zutil.c     for (n = 0; n < next_ptr; n++) {
next_ptr          252 tools/packfi2/zutil.c         while (++n < next_ptr) {
next_ptr          255 tools/packfi2/zutil.c         next_ptr--;