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

/darwin-on-arm/xnu/libkern/zlib/
H A Dzutil.c229 local int next_ptr = 0; variable
258 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
259 table[next_ptr].org_ptr = buf;
264 table[next_ptr++].new_ptr = buf;
276 for (n = 0; n < next_ptr; n++) {
280 while (++n < next_ptr) {
283 next_ptr--;

Completed in 10 milliseconds