Searched refs:next_ptr (Results 1 – 7 of 7) sorted by relevance
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()
137 void AccessUnit::AppendNext(AccessUnit *next_ptr) in AppendNext() argument139 rep->AppendNext(next_ptr); in AppendNext()
88 void AppendNext(AccessUnit *next_ptr);
339 long next_ptr = _objNext(hdfptr);340 if ( next_ptr == 0 ) {343 return new HDF(next_ptr, this);
180 void AppendNext(ChainClass* next_ptr) in AppendNext() argument182 next = next_ptr; in AppendNext()