Home
last modified time | relevance | path

Searched refs:ffunc (Results 1 – 8 of 8) 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()
Dconf.h191 conf_finish_func *ffunc);
DREADME61 *ffunc);
/external/chromium/third_party/zlib/contrib/minizip/
Dminiunz.c535 zlib_filefunc_def ffunc; local
543 fill_win32_filefunc(&ffunc);
544 uf = unzOpen2(zipfilename,&ffunc);
552 uf = unzOpen2(filename_try,&ffunc);
Dminizip.c305 zlib_filefunc_def ffunc; local
306 fill_win32_filefunc(&ffunc);
307 zf = zipOpen2(filename_try,(opt_overwrite==2) ? 2 : 0,NULL,&ffunc);
/external/zlib/contrib/minizip/
Dminiunz.c594 zlib_filefunc64_def ffunc; local
602 fill_win32_filefunc64A(&ffunc);
603 uf = unzOpen2_64(zipfilename,&ffunc);
611 uf = unzOpen2_64(filename_try,&ffunc);
Dminizip.c361 zlib_filefunc64_def ffunc; local
362 fill_win32_filefunc64A(&ffunc);
363 zf = zipOpen2_64(filename_try,(opt_overwrite==2) ? 2 : 0,NULL,&ffunc);
/external/openssl/include/openssl/
Dconf.h191 conf_finish_func *ffunc);