Home
last modified time | relevance | path

Searched defs:lib (Results 76 - 100 of 108) sorted by relevance

12345

/third_party/openssl/crypto/err/
H A Derr.c249 err_patch(int lib, ERR_STRING_DATA *str) err_patch() argument
284 ERR_load_strings(int lib, ERR_STRING_DATA *str) ERR_load_strings() argument
308 ERR_unload_strings(int lib, ERR_STRING_DATA *str) ERR_unload_strings() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h343 lib_t lib; member
/third_party/openssl/providers/fips/
H A Dfipsprov.c777 void ERR_set_error(int lib, int reason, const char *fmt, ...) in ERR_set_error() argument
786 void ERR_vset_error(int lib, int reason, const char *fmt, va_list args) in ERR_vset_error() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dicuplug.cpp55 void *lib; /**< plugin library, or NULL */ member
111 void *lib; /**< library ptr */ member
137 static int32_t searchForLibrary(void *lib) { in searchForLibrary() argument
149 uplug_findLibrary(void *lib, UErrorCode *status) { in uplug_findLibrary() argument
167 void *lib = NULL; in uplug_openLibrary() local
213 uplug_closeLibrary(void *lib, UErrorCode *status) uplug_closeLibrary() argument
363 uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *symName, UErrorCode *status) uplug_allocatePlug() argument
531 uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *sym, UErrorCode *status) uplug_initPlugFromEntrypointAndLibrary() argument
588 void *lib = NULL; uplug_initPlugFromLibrary() local
[all...]
H A Dputil.cpp2369 uprv_dl_close(void *lib, UErrorCode *status) { argument
2375 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) { argument
2399 HMODULE lib = NULL; local
2413 uprv_dl_close(void *lib, UErrorCode *status) global() argument
2423 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) global() argument
2456 uprv_dl_close(void *lib, UErrorCode *status) global() argument
2464 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) global() argument
[all...]
/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.cpp127 void NativeModuleManager::EmplaceModuleLib(std::string moduleKey, const LIBHANDLE lib) in EmplaceModuleLib() argument
161 void NativeModuleManager::EmplaceModuleBuffer(const std::string moduleKey, const uint8_t* lib) in EmplaceModuleBuffer() argument
872 LIBHANDLE lib = nullptr; LoadModuleLibrary() local
929 const uint8_t* lib = nullptr; GetFileBuffer() local
1005 LIBHANDLE lib = LoadModuleLibrary(moduleKey, loadPath, path, isAppModule, errInfo, errReason0); FindNativeModuleByDisk() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Domx.c78 void *lib; member
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_meter.c615 const char *lib = NULL, *open_name = NULL, *str = NULL; in snd_pcm_meter_add_scope_conf() local
H A Dpcm_rate.c1407 char open_name[64], open_conf_name[64], lib_name[64], *lib = NULL; in rate_open_func() local
/third_party/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp275 CCodecLib &lib = Libs.Back(); in LoadCodecs() local
407 const NDLL::CLibrary &lib = Libs.Back().Lib; LoadFormats() local
517 IsSupportedDll(CCodecLib &lib) IsSupportedDll() argument
571 NDLL::CLibrary lib; LoadDll() local
595 CCodecLib &lib = Libs.Back(); LoadDll() local
757 const CCodecLib &lib = Libs[i]; CloseLibs() local
860 CCodecLib &lib = Libs[i]; Load() local
1008 const CCodecLib &lib = Libs[ci.LibIndex]; GetProperty() local
1026 const CCodecLib &lib = Libs[ci.LibIndex]; CreateDecoder() local
1049 const CCodecLib &lib = Libs[ci.LibIndex]; CreateEncoder() local
[all...]
/third_party/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp835 NDLL::CLibrary lib; in main() local
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_config.h439 lib_t lib; member
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler.c734 clc_spirv_to_dxil(struct clc_libclc *lib, in clc_spirv_to_dxil() argument
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_client.c1071 int lib = ERR_GET_LIB(err); in OSSL_HTTP_exchange() local
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_msg.c723 const char *lib = NULL, *reason = NULL; in ossl_cmp_error_new() local
/third_party/openssl/crypto/http/
H A Dhttp_client.c1060 int lib = ERR_GET_LIB(err); in OSSL_HTTP_exchange() local
/third_party/openssl/crypto/cmp/
H A Dcmp_msg.c723 const char *lib = NULL, *reason = NULL; in ossl_cmp_error_new() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Dtncc.c405 TCHAR *lib = wpa_strdup_tchar(imc->path); in tncc_load_imc() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Dtncc.c405 TCHAR *lib = wpa_strdup_tchar(imc->path); in tncc_load_imc() local
/third_party/ffmpeg/libavfilter/
H A Davf_showcqt.c511 FT_Library lib = NULL; in render_freetype() local
/third_party/curl/lib/vquic/
H A Dcurl_osslq.c393 int lib; in cf_osslq_ssl_err() local
/third_party/icu/icu4c/source/common/
H A Dputil.cpp2378 uprv_dl_close(void *lib, UErrorCode *status) { argument
2384 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) { argument
2408 HMODULE lib = NULL; local
2422 uprv_dl_close(void *lib, UErrorCode *status) global() argument
2432 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) global() argument
2465 uprv_dl_close(void *lib, UErrorCode *status) global() argument
2473 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) global() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dputil.cpp2393 uprv_dl_close(void *lib, UErrorCode *status) { argument
2399 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) { argument
2423 HMODULE lib = nullptr; local
2437 uprv_dl_close(void *lib, UErrorCode *status) global() argument
2447 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) global() argument
2480 uprv_dl_close(void *lib, UErrorCode *status) global() argument
2488 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) global() argument
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.c1065 VkGraphicsPipelineLibraryFlagsEXT lib; in vk_graphics_pipeline_state_fill() local
884 vk_render_pass_state_init(struct vk_render_pass_state *rp, const struct vk_render_pass_state *old_rp, const VkGraphicsPipelineCreateInfo *info, const struct vk_subpass_info *sp_info, VkGraphicsPipelineLibraryFlagsEXT lib) vk_render_pass_state_init() argument
[all...]
/third_party/python/Modules/
H A D_hashopenssl.c255 const char *lib, *func, *reason; in _setException() local

Completed in 53 milliseconds

12345