HomeSort by: relevance | last modified time | path
    Searched defs:next_ptr (Results 1 - 6 of 6) sorted by relevancy

  /src/common/dist/zlib/
zutil.c 189 local int next_ptr = 0; variable in typeref:typename:local int
219 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
220 table[next_ptr].org_ptr = buf;
225 table[next_ptr++].new_ptr = buf;
239 for (n = 0; n < next_ptr; n++) {
243 while (++n < next_ptr) {
246 next_ptr--;
zutil.c 189 local int next_ptr = 0; variable in typeref:typename:local int
219 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
220 table[next_ptr].org_ptr = buf;
225 table[next_ptr++].new_ptr = buf;
239 for (n = 0; n < next_ptr; n++) {
243 while (++n < next_ptr) {
246 next_ptr--;
  /src/sys/arch/x68k/stand/libdos/
dos.h 233 struct dos_prcptr *next_ptr; member in struct:dos_prcptr
dos.h 233 struct dos_prcptr *next_ptr; member in struct:dos_prcptr
  /src/sys/net/
zlib.c 5711 local int next_ptr = 0; variable in typeref:typename:local int
5740 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
5741 table[next_ptr].org_ptr = buf;
5746 table[next_ptr++].new_ptr = buf;
5758 for (n = 0; n < next_ptr; n++) {
5762 while (++n < next_ptr) {
5765 next_ptr--;
zlib.c 5711 local int next_ptr = 0; variable in typeref:typename:local int
5740 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
5741 table[next_ptr].org_ptr = buf;
5746 table[next_ptr++].new_ptr = buf;
5758 for (n = 0; n < next_ptr; n++) {
5762 while (++n < next_ptr) {
5765 next_ptr--;

Completed in 130 milliseconds