Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/lib/zlib/
A Dzutil.c204 local int next_ptr = 0; variable
235 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
236 table[next_ptr].org_ptr = buf; in zcalloc()
241 table[next_ptr++].new_ptr = buf; in zcalloc()
256 for (n = 0; n < next_ptr; n++) { in zcfree()
260 while (++n < next_ptr) { in zcfree()
263 next_ptr--; in zcfree()

Completed in 3 milliseconds