Home
last modified time | relevance | path

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

/external/openssl/crypto/conf/
Dconf_mod.c115 conf_init_func *ifunc, conf_finish_func *ffunc);
250 conf_finish_func *ffunc; in module_load_dso() local
273 ffunc = (conf_finish_func *)DSO_bind_func(dso, DSO_mod_finish_name); in module_load_dso()
275 md = module_add(dso, name, ifunc, ffunc); in module_load_dso()
292 conf_init_func *ifunc, conf_finish_func *ffunc) in module_add() argument
306 tmod->finish = ffunc; in module_add()
483 conf_finish_func *ffunc) in CONF_module_add() argument
485 if (module_add(NULL, name, ifunc, ffunc)) in CONF_module_add()
DREADME61 *ffunc);
Dconf.h191 conf_finish_func *ffunc);
/external/zlib/contrib/minizip/
Dminiunz.c606 zlib_filefunc64_def ffunc; local
614 fill_win32_filefunc64A(&ffunc);
615 uf = unzOpen2_64(zipfilename,&ffunc);
623 uf = unzOpen2_64(filename_try,&ffunc);
Dminizip.c374 zlib_filefunc64_def ffunc; local
375 fill_win32_filefunc64A(&ffunc);
376 zf = zipOpen2_64(filename_try,(opt_overwrite==2) ? 2 : 0,NULL,&ffunc);
/external/openssl/include/openssl/
Dconf.h191 conf_finish_func *ffunc);