Home
last modified time | relevance | path

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

/third_party/openssl/crypto/comp/
Dc_zlib.c95 typedef const char *(*zError__ft) (int err); typedef
103 static zError__ft p_zError = NULL;
239 p_zError = (zError__ft) DSO_bind_func(zlib_dso, "zError"); in COMP_zlib()