OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INIT_STATE
(Results
1 - 3
of
3
) sorted by relevancy
/src/common/dist/zlib/
deflate.h
60
#define
INIT_STATE
42 /* zlib header -> BUSY_STATE */
deflate.c
438
s->status =
INIT_STATE
; /* to pass state test in deflateReset() */
537
if (s == Z_NULL || s->strm != strm || (s->status !=
INIT_STATE
&&
564
if (wrap == 2 || (wrap == 1 && s->status !=
INIT_STATE
) || s->lookahead)
659
INIT_STATE
;
996
if (s->status ==
INIT_STATE
&& s->wrap == 0)
998
if (s->status ==
INIT_STATE
) {
/src/sys/net/
zlib.c
329
#define
INIT_STATE
42
882
s->status =
INIT_STATE
;
911
if (s->status !=
INIT_STATE
) return Z_STREAM_ERROR;
959
s->status = s->noheader ? BUSY_STATE :
INIT_STATE
;
1068
if (s->status ==
INIT_STATE
) {
1190
if (status !=
INIT_STATE
&& status != BUSY_STATE &&
1245
ds->status =
INIT_STATE
;
Completed in 32 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026