Home
last modified time | relevance | path

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

/xnu-12377.41.6/libkern/zlib/
H A Dzutil.c224 local int next_ptr = 0; variable
254 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
255 table[next_ptr].org_ptr = buf; in zcalloc()
260 table[next_ptr++].new_ptr = buf; in zcalloc()
273 for (n = 0; n < next_ptr; n++) { in zcfree()
277 while (++n < next_ptr) { in zcfree()
280 next_ptr--; in zcfree()