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

/freebsd-12-stable/sys/contrib/zlib/
H A Dgzguts.h164 /* values for gz_state how */
201 } gz_state; typedef in typeref:struct:__anon11566
202 typedef gz_state FAR *gz_statep;
H A Dgzlib.c114 state = (gz_statep)malloc(sizeof(gz_state));
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/
H A Dgzguts.h169 /* values for gz_state how */
206 } gz_state; typedef in typeref:struct:__anon11855
209 gz_state FAR *state;
H A Dgzlib.c114 state = (gz_statep)(gz_state*)malloc(sizeof(gz_state));

Completed in 160 milliseconds