Home
last modified time | relevance | path

Searched defs:deflate_state (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hiebpf/include/
Dvmlinux.h65196 struct deflate_state { struct
65197 z_streamp strm;
65198 int status;
65199 Byte *pending_buf;
65200 ulg pending_buf_size;
65201 Byte *pending_out;
65202 int pending;
65203 int noheader;
65204 Byte data_type;
65205 Byte method;
[all …]