OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_PTR
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/zlib-1.2.3/
zutil.c
198
#define
MAX_PTR
10
208
local ptr_table table[
MAX_PTR
];
230
if (buf == NULL || next_ptr >=
MAX_PTR
) return NULL;
/external/chromium_org/third_party/zlib/
zutil.c
198
#define
MAX_PTR
10
208
local ptr_table table[
MAX_PTR
];
230
if (buf == NULL || next_ptr >=
MAX_PTR
) return NULL;
/external/zlib/src/
zutil.c
202
#define
MAX_PTR
10
212
local ptr_table table[
MAX_PTR
];
234
if (buf == NULL || next_ptr >=
MAX_PTR
) return NULL;
Completed in 1140 milliseconds