Home
last modified time | relevance | path

Searched refs:gz_state (Results 1 - 10 of 10) sorted by relevance

/third_party/libwebsockets/win32port/zlib/
H A Dgzguts.h80 /* values for gz_state how */
115 } gz_state; typedef
116 typedef gz_state FAR *gz_statep;
H A Dgzlib.c95 state = malloc(sizeof(gz_state));
/third_party/node/deps/v8/third_party/zlib/
H A Dgzguts.h164 /* values for gz_state how */
201 } gz_state; typedef
202 typedef gz_state FAR *gz_statep;
H A Dgzlib.c111 state = (gz_statep)malloc(sizeof(gz_state));
/third_party/node/deps/zlib/
H A Dgzguts.h163 /* values for gz_state how */
201 } gz_state; typedef
202 typedef gz_state FAR *gz_statep;
H A Dgzlib.c104 state = (gz_statep)malloc(sizeof(gz_state)); in gz_open()
/third_party/skia/third_party/externals/zlib/
H A Dgzguts.h164 /* values for gz_state how */
201 } gz_state; typedef
202 typedef gz_state FAR *gz_statep;
H A Dgzlib.c111 state = (gz_statep)malloc(sizeof(gz_state));
/third_party/zlib/
H A Dgzguts.h163 /* values for gz_state how */
201 } gz_state; typedef
202 typedef gz_state FAR *gz_statep;
H A Dgzlib.c105 state = (gz_statep)malloc(sizeof(gz_state)); in gz_open()

Completed in 6 milliseconds