OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pending_out
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/dist/zlib/
deflate.h
111
Bytef *
pending_out
; /* next pending byte to output to the stream */
member in struct:internal_state
/src/sys/net/
zlib.c
373
Bytef *
pending_out
; /* next pending byte to output to the stream */
member in struct:deflate_state
954
s->
pending_out
= s->pending_buf;
1033
zmemcpy(strm->next_out, s->
pending_out
, len);
1036
s->
pending_out
+= len;
1041
s->
pending_out
= s->pending_buf;
1255
ds->
pending_out
= ds->pending_buf + (ss->
pending_out
- ss->pending_buf);
Completed in 37 milliseconds
Indexes created Mon Sep 22 21:09:42 GMT 2025