Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/crypto/comp/
H A Dc_zlib.c117 static deflate_ft p_deflate = NULL; variable
129 # define deflate p_deflate
363 p_deflate = (deflate_ft) DSO_bind_func(zlib_dso, "deflate"); in COMP_zlib()
370 && p_deflate && p_deflateInit_ && p_zError) in COMP_zlib()