Home
last modified time | relevance | path

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

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