Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/comp/
H A Dc_zlib.c88 typedef const char *(*zError__ft)(int err); typedef
97 static zError__ft p_zError = NULL;
294 p_zError = (zError__ft)DSO_bind_func(zlib_dso, "zError"); in DEFINE_RUN_ONCE_STATIC()