Home
last modified time | relevance | path

Searched defs:lib (Results 51 - 75 of 108) sorted by relevance

12345

/third_party/openssl/crypto/err/
H A Derr_prn.c50 static void put_error(int lib, const char *func, int reason, in put_error() argument
/third_party/alsa-lib/src/mixer/
H A Dsimple_abst.c63 static int try_open(snd_mixer_class_t *class, const char *lib) in try_open() argument
157 static int match(snd_mixer_class_t *class, const char *lib, const char *searchl) in match() argument
110 try_open_full(snd_mixer_class_t *class, snd_mixer_t *mixer, const char *lib, const char *device) try_open_full() argument
180 char *lib; find_full() local
205 char *lib, *searchl; find_module() local
[all...]
/third_party/alsa-lib/src/
H A Ddlmisc.c283 const char *lib; member
311 snd_dlobj_cache_get0(const char *lib, const char *name, in snd_dlobj_cache_get0() argument
372 snd_dlobj_cache_get(const char *lib, const char *name, const char *version, int verbose) snd_dlobj_cache_get() argument
386 snd_dlobj_cache_get2(const char *lib, const char *name, const char *version, int verbose) snd_dlobj_cache_get2() argument
[all...]
/third_party/musl/libc-test/src/functionalext/relro/
H A Ddlopen_ext_relro_test.c69 static void test_write_relro_file(const char *lib, const int relro_fd) in test_write_relro_file() argument
86 test_write_relro_file_ext( const char *lib, const int relro_fd, const int flag, void *addr, const size_t map_size) test_write_relro_file_ext() argument
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Ddecode_pvk2key.c111 int err, lib, reason; in pvk2key_decode() local
/third_party/openssl/test/
H A Dp_test.c63 static void p_set_error(int lib, int reason, const char *file, int line, in p_set_error() argument
/third_party/openssl/providers/implementations/encode_decode/
H A Ddecode_pvk2key.c100 int err, lib, reason; in pvk2key_decode() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dplugin_registry.cpp104 ILibrary::Ptr lib; member
571 void PluginRegistry::RegisterPlugin(ILibrary::Ptr lib, const IPlugin& plugin, bool asDependency) in RegisterPlugin() argument
/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dplugin_register.cpp379 struct dirent* lib = nullptr; in RegisterPluginsFromPath() local
/third_party/alsa-lib/src/timer/
H A Dtimer_query.c41 const char *lib = NULL, *open_name = NULL; in snd_timer_query_open_conf() local
H A Dtimer.c84 const char *lib = NULL, *open_name = NULL; in snd_timer_open_conf() local
/third_party/alsa-lib/src/pcm/
H A Dpcm_hooks.c346 const char *lib = NULL, *install = NULL; in snd_pcm_hook_add_conf() local
/third_party/mesa3d/src/freedreno/decode/
H A Dscript.c600 openlib(const char *lib, const luaL_Reg *reg) in openlib() argument
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dstylus_detector_mgr.cpp644 auto lib = StylusDetectorLoader::Load(); in StylusDetectorMgr() local
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/common/
H A Daudio_module_info.h97 std::string lib; member
/third_party/gn/src/gn/
H A Ddesc_builder.cc160 ValuePtr RenderValue(const LibFile& lib) { in RenderValue() argument
/third_party/ffmpeg/tools/
H A Dcrypto_bench.c64 const char *lib; member
/third_party/alsa-lib/src/rawmidi/
H A Drawmidi.c183 const char *lib = NULL, *open_name = NULL; in snd_rawmidi_open_conf() local
/third_party/alsa-lib/src/hwdep/
H A Dhwdep.c49 const char *lib = NULL, *open_name = NULL; in snd_hwdep_open_conf() local
/third_party/icu/icu4c/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...]
/third_party/node/src/crypto/
H A Dcrypto_util.cc542 const char* lib = ""; in SetFipsCrypto() local
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_static.c1106 static int __itt_lib_version(lib_t lib) in __itt_lib_version() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dicuplug.cpp55 void *lib; /**< plugin library, or nullptr */ 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 = nullptr; 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 = nullptr; uplug_initPlugFromLibrary() local
[all...]
/third_party/node/deps/openssl/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/node/deps/openssl/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...]

Completed in 25 milliseconds

12345