Home
last modified time | relevance | path

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

/third_party/openssl/crypto/comp/
Dc_zlib.c88 typedef int (*inflate_ft) (z_streamp strm, int flush); typedef
98 static inflate_ft p_inflate = NULL;
231 p_inflate = (inflate_ft) DSO_bind_func(zlib_dso, "inflate"); in COMP_zlib()