OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 30 11:09:46 GMT 2025