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

/macosx-10.10/rsync-45/rsync/zlib/
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--;
/macosx-10.10/sudo-73/src/zlib/
H A Dzutil.c182 local int next_ptr = 0; variable
211 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
212 table[next_ptr].org_ptr = buf;
217 table[next_ptr++].new_ptr = buf;
229 for (n = 0; n < next_ptr; n++) {
233 while (++n < next_ptr) {
236 next_ptr--;
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dzutil.c229 local int next_ptr = 0; variable
258 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
259 table[next_ptr].org_ptr = buf;
264 table[next_ptr++].new_ptr = buf;
276 for (n = 0; n < next_ptr; n++) {
280 while (++n < next_ptr) {
283 next_ptr--;
/macosx-10.10/zlib-55/zlib/
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--;
/macosx-10.10/emacs-93/emacs/src/
H A Dbuffer.c2559 overlays_at (pos, extend, vec_ptr, len_ptr, next_ptr, prev_ptr, change_req)
2564 int *next_ptr;
2676 if (next_ptr)
2677 *next_ptr = next;
2704 overlays_in (beg, end, extend, vec_ptr, len_ptr, next_ptr, prev_ptr)
2709 int *next_ptr;
2814 if (next_ptr)
2815 *next_ptr = next;
/macosx-10.10/ksh-23/ksh/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 121 milliseconds