Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h65097 typedef struct deflate_state deflate_state; typedef
65142 struct deflate_state { struct
65143 z_streamp strm;
65144 int status;
65145 Byte *pending_buf;
65146 ulg pending_buf_size;
65147 Byte *pending_out;
65148 int pending;
65149 int noheader;
65150 Byte data_type;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h74878 typedef struct deflate_state deflate_state; typedef
74923 struct deflate_state { struct
74924 z_streamp strm;
74925 int status;
74926 Byte *pending_buf;
74927 ulg pending_buf_size;
74928 Byte *pending_out;
74929 int pending;
74930 int noheader;
74931 Byte data_type;
[all …]