OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GT_OFF
(Results
1 - 4
of
4
) sorted by relevancy
/src/common/dist/zlib/
gzguts.h
211
/*
GT_OFF
(x), where x is an unsigned value, is true if x > maximum z_off64_t
215
#define
GT_OFF
(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax())
gzlib.c
395
n =
GT_OFF
(state->x.have) || (z_off64_t)state->x.have > offset ?
gzread.c
243
n =
GT_OFF
(state->x.have) || (z_off64_t)state->x.have > len ?
gzwrite.c
157
n =
GT_OFF
(state->size) || (z_off64_t)state->size > len ?
Completed in 15 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025