Searched refs:ffunc (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/crypto/conf/ |
D | conf_mod.c | 78 conf_finish_func *ffunc); 284 conf_finish_func *ffunc; in module_load_dso() local 304 ffunc = (conf_finish_func *)DSO_bind_func(dso, DSO_mod_finish_name); in module_load_dso() 306 md = module_add(dso, name, ifunc, ffunc); in module_load_dso() 321 conf_init_func *ifunc, conf_finish_func *ffunc) in module_add() argument 343 tmod->finish = ffunc; in module_add() 563 conf_finish_func *ffunc) in CONF_module_add() argument 565 if (module_add(NULL, name, ifunc, ffunc)) in CONF_module_add()
|
/third_party/zlib/contrib/minizip/ |
D | miniunz.c | 605 zlib_filefunc64_def ffunc; local 613 fill_win32_filefunc64A(&ffunc); 614 uf = unzOpen2_64(zipfilename,&ffunc); 622 uf = unzOpen2_64(filename_try,&ffunc);
|
D | minizip.c | 375 zlib_filefunc64_def ffunc; local 376 fill_win32_filefunc64A(&ffunc); 377 zf = zipOpen2_64(filename_try,(opt_overwrite==2) ? 2 : 0,NULL,&ffunc);
|
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/ |
D | miniunz.c | 606 zlib_filefunc64_def ffunc; local 614 fill_win32_filefunc64A(&ffunc); 615 uf = unzOpen2_64(zipfilename,&ffunc); 623 uf = unzOpen2_64(filename_try,&ffunc);
|
D | minizip.c | 374 zlib_filefunc64_def ffunc; local 375 fill_win32_filefunc64A(&ffunc); 376 zf = zipOpen2_64(filename_try,(opt_overwrite==2) ? 2 : 0,NULL,&ffunc);
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
D | miniunz.c | 606 zlib_filefunc64_def ffunc; local 614 fill_win32_filefunc64A(&ffunc); 615 uf = unzOpen2_64(zipfilename,&ffunc); 623 uf = unzOpen2_64(filename_try,&ffunc);
|
D | minizip.c | 374 zlib_filefunc64_def ffunc; local 375 fill_win32_filefunc64A(&ffunc); 376 zf = zipOpen2_64(filename_try,(opt_overwrite==2) ? 2 : 0,NULL,&ffunc);
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | conf.h | 144 conf_finish_func *ffunc);
|
/third_party/openssl/include/openssl/ |
D | conf.h.in | 150 conf_finish_func *ffunc);
|