Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dgzguts.h201 } gz_state; typedef
202 typedef gz_state FAR *gz_statep;
H A Dgzlib.c114 state = (gz_statep)malloc(sizeof(gz_state));
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzguts.h208 } gz_state; typedef
211 gz_state FAR *state;
H A Dgzlib.c114 state.state = (gz_state*)malloc(sizeof(gz_state));