OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:zstrm
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/
xzlib.c
81
z_stream
zstrm
; /* stream structure in-place (not a pointer) */
member in struct:__anon25022
134
state->
zstrm
.avail_in = 0; /* no input data yet */
280
state->strm.avail_in = state->
zstrm
.avail_in;
281
state->strm.next_in = state->
zstrm
.next_in;
283
state->
zstrm
.avail_in = (uInt) state->strm.avail_in;
284
state->
zstrm
.next_in = (Bytef *) state->strm.next_in;
358
/* Same thing, but from
zstrm
*/
370
z_streamp strm = &(state->
zstrm
);
420
state->
zstrm
.zalloc = Z_NULL;
421
state->
zstrm
.zfree = Z_NULL
[
all
...]
/external/zlib/src/contrib/inflate86/
inffast.S
50
* version of the non-MMX code so that it doesn't depend on
zstrm
and zstate
[
all
...]
Completed in 2262 milliseconds