Home
last modified time | relevance | path

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

/openssl/crypto/comp/
H A Dc_zlib.c97 static deflateInit__ft p_deflateInit_ = NULL; variable
109 # define deflateInit_ p_deflateInit_
294 p_deflateInit_ = (deflateInit__ft) DSO_bind_func(zlib_dso, "deflateInit_"); in DEFINE_RUN_ONCE_STATIC()
300 || p_deflateInit_ == NULL || p_zError == NULL) { in DEFINE_RUN_ONCE_STATIC()

Completed in 6 milliseconds