Home
last modified time | relevance | path

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

/third_party/openssl/crypto/comp/
Dc_zlib.c93 typedef int (*deflateInit__ft) (z_streamp strm, int level, typedef
102 static deflateInit__ft p_deflateInit_ = NULL;
238 = (deflateInit__ft) DSO_bind_func(zlib_dso, "deflateInit_"); in COMP_zlib()