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

/ast/src/lib/libz/
H A Dzutil.c201 local int next_ptr = 0; variable
230 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
231 table[next_ptr].org_ptr = buf;
236 table[next_ptr++].new_ptr = buf;
248 for (n = 0; n < next_ptr; n++) {
252 while (++n < next_ptr) {
255 next_ptr--;
/ast/src/cmd/INIT/
H A Dratz.c871 local int next_ptr = 0; variable
900 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
901 table[next_ptr].org_ptr = buf;
906 table[next_ptr++].new_ptr = buf;
918 for (n = 0; n < next_ptr; n++) {
922 while (++n < next_ptr) {
925 next_ptr--;

Completed in 23 milliseconds