Home
last modified time | relevance | path

Searched defs:lib (Results 51 – 75 of 9074) sorted by relevance

12345678910>>...363

/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/src/unix/
H A Ddl.c33 int uv_dlopen(const char* filename, uv_lib_t* lib) { in uv_dlopen()
41 void uv_dlclose(uv_lib_t* lib) { in uv_dlclose()
53 int uv_dlsym(uv_lib_t* lib, const char* name, void** ptr) { in uv_dlsym()
60 const char* uv_dlerror(const uv_lib_t* lib) { in uv_dlerror()
65 static int uv__dlerror(uv_lib_t* lib) { in uv__dlerror()
/dports/devel/libuv/libuv-v1.42.0/src/unix/
H A Ddl.c33 int uv_dlopen(const char* filename, uv_lib_t* lib) { in uv_dlopen()
41 void uv_dlclose(uv_lib_t* lib) { in uv_dlclose()
53 int uv_dlsym(uv_lib_t* lib, const char* name, void** ptr) { in uv_dlsym()
60 const char* uv_dlerror(const uv_lib_t* lib) { in uv_dlerror()
65 static int uv__dlerror(uv_lib_t* lib) { in uv__dlerror()
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/src/unix/
H A Ddl.c33 int uv_dlopen(const char* filename, uv_lib_t* lib) { in uv_dlopen()
41 void uv_dlclose(uv_lib_t* lib) { in uv_dlclose()
55 int uv_dlsym(uv_lib_t* lib, const char* name, void** ptr) { in uv_dlsym()
62 const char* uv_dlerror(uv_lib_t* lib) { in uv_dlerror()
67 static int uv__dlerror(uv_lib_t* lib) { in uv__dlerror()
/dports/www/R-cran-httpuv/httpuv/src/libuv/src/unix/
H A Ddl.c33 int uv_dlopen(const char* filename, uv_lib_t* lib) { in uv_dlopen()
41 void uv_dlclose(uv_lib_t* lib) { in uv_dlclose()
53 int uv_dlsym(uv_lib_t* lib, const char* name, void** ptr) { in uv_dlsym()
60 const char* uv_dlerror(const uv_lib_t* lib) { in uv_dlerror()
65 static int uv__dlerror(uv_lib_t* lib) { in uv__dlerror()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_dso.c27 SWITCH_DECLARE(void) switch_dso_destroy(switch_dso_lib_t *lib) in switch_dso_destroy()
37 HINSTANCE lib; in switch_dso_open() local
53 SWITCH_DECLARE(switch_dso_func_t) switch_dso_func_sym(switch_dso_lib_t lib, const char *sym, char *… in switch_dso_func_sym()
63 SWITCH_DECLARE(void *) switch_dso_data_sym(switch_dso_lib_t lib, const char *sym, char **err) in switch_dso_data_sym()
87 void switch_dso_destroy(switch_dso_lib_t *lib) in switch_dso_destroy()
97 void *lib; in switch_dso_open() local
117 switch_dso_func_t switch_dso_func_sym(switch_dso_lib_t lib, const char *sym, char **err) in switch_dso_func_sym()
126 void *switch_dso_data_sym(switch_dso_lib_t lib, const char *sym, char **err) in switch_dso_data_sym()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/libloading-0.4.3/tests/
H A Dfunctions.rs25 let lib = Library::new(LIBPATH).unwrap(); in test_id_u32() localVariable
44 let lib = Library::new(LIBPATH).unwrap(); in test_id_struct() localVariable
54 let lib = Library::new(LIBPATH).unwrap(); in test_0_no_0() localVariable
70 let lib = Library::new(LIBPATH).unwrap(); in missing_symbol_fails() localVariable
80 let lib = Library::new(LIBPATH).unwrap(); in interior_null_fails() localVariable
91 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type() localVariable
104 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type_named_fn() localVariable
113 let lib = Library::new(LIBPATH).unwrap(); in test_static_u32() localVariable
125 let lib = Library::new(LIBPATH).unwrap(); in test_static_ptr() localVariable
140 let lib = Library::new(LIBPATH).unwrap(); in test_tls_static() localVariable
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/libloading-0.5.2/tests/
H A Dfunctions.rs25 let lib = Library::new(LIBPATH).unwrap(); in test_id_u32() localVariable
44 let lib = Library::new(LIBPATH).unwrap(); in test_id_struct() localVariable
54 let lib = Library::new(LIBPATH).unwrap(); in test_0_no_0() localVariable
70 let lib = Library::new(LIBPATH).unwrap(); in missing_symbol_fails() localVariable
80 let lib = Library::new(LIBPATH).unwrap(); in interior_null_fails() localVariable
91 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type() localVariable
104 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type_named_fn() localVariable
113 let lib = Library::new(LIBPATH).unwrap(); in test_static_u32() localVariable
125 let lib = Library::new(LIBPATH).unwrap(); in test_static_ptr() localVariable
140 let lib = Library::new(LIBPATH).unwrap(); in test_tls_static() localVariable
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/libloading-0.5.2/tests/
H A Dfunctions.rs25 let lib = Library::new(LIBPATH).unwrap(); in test_id_u32() localVariable
44 let lib = Library::new(LIBPATH).unwrap(); in test_id_struct() localVariable
54 let lib = Library::new(LIBPATH).unwrap(); in test_0_no_0() localVariable
70 let lib = Library::new(LIBPATH).unwrap(); in missing_symbol_fails() localVariable
80 let lib = Library::new(LIBPATH).unwrap(); in interior_null_fails() localVariable
91 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type() localVariable
104 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type_named_fn() localVariable
113 let lib = Library::new(LIBPATH).unwrap(); in test_static_u32() localVariable
125 let lib = Library::new(LIBPATH).unwrap(); in test_static_ptr() localVariable
140 let lib = Library::new(LIBPATH).unwrap(); in test_tls_static() localVariable
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/libloading/tests/
H A Dfunctions.rs25 let lib = Library::new(LIBPATH).unwrap(); in test_id_u32() localVariable
44 let lib = Library::new(LIBPATH).unwrap(); in test_id_struct() localVariable
54 let lib = Library::new(LIBPATH).unwrap(); in test_0_no_0() localVariable
70 let lib = Library::new(LIBPATH).unwrap(); in missing_symbol_fails() localVariable
80 let lib = Library::new(LIBPATH).unwrap(); in interior_null_fails() localVariable
91 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type() localVariable
104 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type_named_fn() localVariable
113 let lib = Library::new(LIBPATH).unwrap(); in test_static_u32() localVariable
125 let lib = Library::new(LIBPATH).unwrap(); in test_static_ptr() localVariable
140 let lib = Library::new(LIBPATH).unwrap(); in test_tls_static() localVariable
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libloading-0.5.2/tests/
H A Dfunctions.rs25 let lib = Library::new(LIBPATH).unwrap(); in test_id_u32() localVariable
44 let lib = Library::new(LIBPATH).unwrap(); in test_id_struct() localVariable
54 let lib = Library::new(LIBPATH).unwrap(); in test_0_no_0() localVariable
70 let lib = Library::new(LIBPATH).unwrap(); in missing_symbol_fails() localVariable
80 let lib = Library::new(LIBPATH).unwrap(); in interior_null_fails() localVariable
91 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type() localVariable
104 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type_named_fn() localVariable
113 let lib = Library::new(LIBPATH).unwrap(); in test_static_u32() localVariable
125 let lib = Library::new(LIBPATH).unwrap(); in test_static_ptr() localVariable
140 let lib = Library::new(LIBPATH).unwrap(); in test_tls_static() localVariable
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/libloading-0.5.0/tests/
H A Dfunctions.rs25 let lib = Library::new(LIBPATH).unwrap(); in test_id_u32() localVariable
44 let lib = Library::new(LIBPATH).unwrap(); in test_id_struct() localVariable
54 let lib = Library::new(LIBPATH).unwrap(); in test_0_no_0() localVariable
70 let lib = Library::new(LIBPATH).unwrap(); in missing_symbol_fails() localVariable
80 let lib = Library::new(LIBPATH).unwrap(); in interior_null_fails() localVariable
91 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type() localVariable
104 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type_named_fn() localVariable
113 let lib = Library::new(LIBPATH).unwrap(); in test_static_u32() localVariable
125 let lib = Library::new(LIBPATH).unwrap(); in test_static_ptr() localVariable
140 let lib = Library::new(LIBPATH).unwrap(); in test_tls_static() localVariable
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libloading-0.5.2/tests/
H A Dfunctions.rs25 let lib = Library::new(LIBPATH).unwrap(); in test_id_u32() localVariable
44 let lib = Library::new(LIBPATH).unwrap(); in test_id_struct() localVariable
54 let lib = Library::new(LIBPATH).unwrap(); in test_0_no_0() localVariable
70 let lib = Library::new(LIBPATH).unwrap(); in missing_symbol_fails() localVariable
80 let lib = Library::new(LIBPATH).unwrap(); in interior_null_fails() localVariable
91 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type() localVariable
104 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type_named_fn() localVariable
113 let lib = Library::new(LIBPATH).unwrap(); in test_static_u32() localVariable
125 let lib = Library::new(LIBPATH).unwrap(); in test_static_ptr() localVariable
140 let lib = Library::new(LIBPATH).unwrap(); in test_tls_static() localVariable
/dports/audio/lewton/lewton-0.10.2/cargo-crates/libloading-0.5.2/tests/
H A Dfunctions.rs25 let lib = Library::new(LIBPATH).unwrap(); in test_id_u32() localVariable
44 let lib = Library::new(LIBPATH).unwrap(); in test_id_struct() localVariable
54 let lib = Library::new(LIBPATH).unwrap(); in test_0_no_0() localVariable
70 let lib = Library::new(LIBPATH).unwrap(); in missing_symbol_fails() localVariable
80 let lib = Library::new(LIBPATH).unwrap(); in interior_null_fails() localVariable
91 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type() localVariable
104 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type_named_fn() localVariable
113 let lib = Library::new(LIBPATH).unwrap(); in test_static_u32() localVariable
125 let lib = Library::new(LIBPATH).unwrap(); in test_static_ptr() localVariable
140 let lib = Library::new(LIBPATH).unwrap(); in test_tls_static() localVariable
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/libloading-0.5.2/tests/
H A Dfunctions.rs25 let lib = Library::new(LIBPATH).unwrap(); in test_id_u32() localVariable
44 let lib = Library::new(LIBPATH).unwrap(); in test_id_struct() localVariable
54 let lib = Library::new(LIBPATH).unwrap(); in test_0_no_0() localVariable
70 let lib = Library::new(LIBPATH).unwrap(); in missing_symbol_fails() localVariable
80 let lib = Library::new(LIBPATH).unwrap(); in interior_null_fails() localVariable
91 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type() localVariable
104 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type_named_fn() localVariable
113 let lib = Library::new(LIBPATH).unwrap(); in test_static_u32() localVariable
125 let lib = Library::new(LIBPATH).unwrap(); in test_static_ptr() localVariable
140 let lib = Library::new(LIBPATH).unwrap(); in test_tls_static() localVariable
/dports/www/firefox/firefox-99.0/third_party/rust/libloading-0.5.2/tests/
H A Dfunctions.rs25 let lib = Library::new(LIBPATH).unwrap(); in test_id_u32() localVariable
44 let lib = Library::new(LIBPATH).unwrap(); in test_id_struct() localVariable
54 let lib = Library::new(LIBPATH).unwrap(); in test_0_no_0() localVariable
70 let lib = Library::new(LIBPATH).unwrap(); in missing_symbol_fails() localVariable
80 let lib = Library::new(LIBPATH).unwrap(); in interior_null_fails() localVariable
91 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type() localVariable
104 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type_named_fn() localVariable
113 let lib = Library::new(LIBPATH).unwrap(); in test_static_u32() localVariable
125 let lib = Library::new(LIBPATH).unwrap(); in test_static_ptr() localVariable
140 let lib = Library::new(LIBPATH).unwrap(); in test_tls_static() localVariable
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/libloading-0.5.2/tests/
H A Dfunctions.rs25 let lib = Library::new(LIBPATH).unwrap(); in test_id_u32() localVariable
44 let lib = Library::new(LIBPATH).unwrap(); in test_id_struct() localVariable
54 let lib = Library::new(LIBPATH).unwrap(); in test_0_no_0() localVariable
70 let lib = Library::new(LIBPATH).unwrap(); in missing_symbol_fails() localVariable
80 let lib = Library::new(LIBPATH).unwrap(); in interior_null_fails() localVariable
91 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type() localVariable
104 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type_named_fn() localVariable
113 let lib = Library::new(LIBPATH).unwrap(); in test_static_u32() localVariable
125 let lib = Library::new(LIBPATH).unwrap(); in test_static_ptr() localVariable
140 let lib = Library::new(LIBPATH).unwrap(); in test_tls_static() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/libloading-0.5.2/tests/
H A Dfunctions.rs25 let lib = Library::new(LIBPATH).unwrap(); in test_id_u32() localVariable
44 let lib = Library::new(LIBPATH).unwrap(); in test_id_struct() localVariable
54 let lib = Library::new(LIBPATH).unwrap(); in test_0_no_0() localVariable
70 let lib = Library::new(LIBPATH).unwrap(); in missing_symbol_fails() localVariable
80 let lib = Library::new(LIBPATH).unwrap(); in interior_null_fails() localVariable
91 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type() localVariable
104 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type_named_fn() localVariable
113 let lib = Library::new(LIBPATH).unwrap(); in test_static_u32() localVariable
125 let lib = Library::new(LIBPATH).unwrap(); in test_static_ptr() localVariable
140 let lib = Library::new(LIBPATH).unwrap(); in test_tls_static() localVariable
/dports/games/dose-response/dose-response-179c326/cargo-crates/libloading-0.5.0/tests/
H A Dfunctions.rs25 let lib = Library::new(LIBPATH).unwrap(); in test_id_u32() localVariable
44 let lib = Library::new(LIBPATH).unwrap(); in test_id_struct() localVariable
54 let lib = Library::new(LIBPATH).unwrap(); in test_0_no_0() localVariable
70 let lib = Library::new(LIBPATH).unwrap(); in missing_symbol_fails() localVariable
80 let lib = Library::new(LIBPATH).unwrap(); in interior_null_fails() localVariable
91 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type() localVariable
104 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type_named_fn() localVariable
113 let lib = Library::new(LIBPATH).unwrap(); in test_static_u32() localVariable
125 let lib = Library::new(LIBPATH).unwrap(); in test_static_ptr() localVariable
140 let lib = Library::new(LIBPATH).unwrap(); in test_tls_static() localVariable
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/libloading-0.5.2/tests/
H A Dfunctions.rs25 let lib = Library::new(LIBPATH).unwrap(); in test_id_u32() localVariable
44 let lib = Library::new(LIBPATH).unwrap(); in test_id_struct() localVariable
54 let lib = Library::new(LIBPATH).unwrap(); in test_0_no_0() localVariable
70 let lib = Library::new(LIBPATH).unwrap(); in missing_symbol_fails() localVariable
80 let lib = Library::new(LIBPATH).unwrap(); in interior_null_fails() localVariable
91 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type() localVariable
104 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type_named_fn() localVariable
113 let lib = Library::new(LIBPATH).unwrap(); in test_static_u32() localVariable
125 let lib = Library::new(LIBPATH).unwrap(); in test_static_ptr() localVariable
140 let lib = Library::new(LIBPATH).unwrap(); in test_tls_static() localVariable
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/libloading-0.5.2/tests/
H A Dfunctions.rs25 let lib = Library::new(LIBPATH).unwrap(); in test_id_u32() localVariable
44 let lib = Library::new(LIBPATH).unwrap(); in test_id_struct() localVariable
54 let lib = Library::new(LIBPATH).unwrap(); in test_0_no_0() localVariable
70 let lib = Library::new(LIBPATH).unwrap(); in missing_symbol_fails() localVariable
80 let lib = Library::new(LIBPATH).unwrap(); in interior_null_fails() localVariable
91 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type() localVariable
104 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type_named_fn() localVariable
113 let lib = Library::new(LIBPATH).unwrap(); in test_static_u32() localVariable
125 let lib = Library::new(LIBPATH).unwrap(); in test_static_ptr() localVariable
140 let lib = Library::new(LIBPATH).unwrap(); in test_tls_static() localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/libloading/tests/
H A Dfunctions.rs25 let lib = Library::new(LIBPATH).unwrap(); in test_id_u32() localVariable
44 let lib = Library::new(LIBPATH).unwrap(); in test_id_struct() localVariable
54 let lib = Library::new(LIBPATH).unwrap(); in test_0_no_0() localVariable
70 let lib = Library::new(LIBPATH).unwrap(); in missing_symbol_fails() localVariable
80 let lib = Library::new(LIBPATH).unwrap(); in interior_null_fails() localVariable
91 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type() localVariable
104 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type_named_fn() localVariable
113 let lib = Library::new(LIBPATH).unwrap(); in test_static_u32() localVariable
125 let lib = Library::new(LIBPATH).unwrap(); in test_static_ptr() localVariable
140 let lib = Library::new(LIBPATH).unwrap(); in test_tls_static() localVariable
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/libloading-0.5.1/tests/
H A Dfunctions.rs25 let lib = Library::new(LIBPATH).unwrap(); in test_id_u32() localVariable
44 let lib = Library::new(LIBPATH).unwrap(); in test_id_struct() localVariable
54 let lib = Library::new(LIBPATH).unwrap(); in test_0_no_0() localVariable
70 let lib = Library::new(LIBPATH).unwrap(); in missing_symbol_fails() localVariable
80 let lib = Library::new(LIBPATH).unwrap(); in interior_null_fails() localVariable
91 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type() localVariable
104 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type_named_fn() localVariable
113 let lib = Library::new(LIBPATH).unwrap(); in test_static_u32() localVariable
125 let lib = Library::new(LIBPATH).unwrap(); in test_static_ptr() localVariable
140 let lib = Library::new(LIBPATH).unwrap(); in test_tls_static() localVariable
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/libloading-0.5.2/tests/
H A Dfunctions.rs25 let lib = Library::new(LIBPATH).unwrap(); in test_id_u32() localVariable
44 let lib = Library::new(LIBPATH).unwrap(); in test_id_struct() localVariable
54 let lib = Library::new(LIBPATH).unwrap(); in test_0_no_0() localVariable
70 let lib = Library::new(LIBPATH).unwrap(); in missing_symbol_fails() localVariable
80 let lib = Library::new(LIBPATH).unwrap(); in interior_null_fails() localVariable
91 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type() localVariable
104 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type_named_fn() localVariable
113 let lib = Library::new(LIBPATH).unwrap(); in test_static_u32() localVariable
125 let lib = Library::new(LIBPATH).unwrap(); in test_static_ptr() localVariable
140 let lib = Library::new(LIBPATH).unwrap(); in test_tls_static() localVariable
/dports/graphics/rx/rx-0.4.0/cargo-crates/libloading-0.5.2/tests/
H A Dfunctions.rs25 let lib = Library::new(LIBPATH).unwrap(); in test_id_u32() localVariable
44 let lib = Library::new(LIBPATH).unwrap(); in test_id_struct() localVariable
54 let lib = Library::new(LIBPATH).unwrap(); in test_0_no_0() localVariable
70 let lib = Library::new(LIBPATH).unwrap(); in missing_symbol_fails() localVariable
80 let lib = Library::new(LIBPATH).unwrap(); in interior_null_fails() localVariable
91 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type() localVariable
104 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type_named_fn() localVariable
113 let lib = Library::new(LIBPATH).unwrap(); in test_static_u32() localVariable
125 let lib = Library::new(LIBPATH).unwrap(); in test_static_ptr() localVariable
140 let lib = Library::new(LIBPATH).unwrap(); in test_tls_static() localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/library/build/
H A Ddependentlibs.py22 def dependentlibs_win32_objdump(lib): argument
39 def dependentlibs_readelf(lib): argument
62 def dependentlibs_mac_objdump(lib): argument
85 def dependentlibs(lib, libpaths, func): argument
109 def gen_list(output, lib): argument

12345678910>>...363