Searched refs:next_ptr (Results 1 – 3 of 3) sorted by relevance
182 local int next_ptr = 0; variable211 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()212 table[next_ptr].org_ptr = buf; in zcalloc()217 table[next_ptr++].new_ptr = buf; in zcalloc()229 for (n = 0; n < next_ptr; n++) { in zcfree()233 while (++n < next_ptr) { in zcfree()236 next_ptr--; in zcfree()
201 local int next_ptr = 0; variable230 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()231 table[next_ptr].org_ptr = buf; in zcalloc()236 table[next_ptr++].new_ptr = buf; in zcalloc()248 for (n = 0; n < next_ptr; n++) { in zcfree()252 while (++n < next_ptr) { in zcfree()255 next_ptr--; in zcfree()
376 long next_ptr = _objNext(hdfptr);377 if ( next_ptr == 0 ) {380 return newHdf(next_ptr, this);