Home
last modified time | relevance | path

Searched refs:num_locks (Results 101 – 125 of 466) sorted by relevance

12345678910>>...19

/dports/audio/gstreamer1-plugins-chromaprint/gst-plugins-bad-1.16.2/ext/dtls/
H A Dgstdtlsagent.c131 gint num_locks; in _gst_dtls_init_openssl() local
132 num_locks = CRYPTO_num_locks (); in _gst_dtls_init_openssl()
133 ssl_locks = g_new (GRWLock, num_locks); in _gst_dtls_init_openssl()
134 for (i = 0; i < num_locks; ++i) { in _gst_dtls_init_openssl()
/dports/audio/gstreamer1-plugins-flite/gst-plugins-bad-1.16.2/ext/dtls/
H A Dgstdtlsagent.c131 gint num_locks; in _gst_dtls_init_openssl() local
132 num_locks = CRYPTO_num_locks (); in _gst_dtls_init_openssl()
133 ssl_locks = g_new (GRWLock, num_locks); in _gst_dtls_init_openssl()
134 for (i = 0; i < num_locks; ++i) { in _gst_dtls_init_openssl()
/dports/audio/gstreamer1-plugins-faac/gst-plugins-bad-1.16.2/ext/dtls/
H A Dgstdtlsagent.c131 gint num_locks; in _gst_dtls_init_openssl() local
132 num_locks = CRYPTO_num_locks (); in _gst_dtls_init_openssl()
133 ssl_locks = g_new (GRWLock, num_locks); in _gst_dtls_init_openssl()
134 for (i = 0; i < num_locks; ++i) { in _gst_dtls_init_openssl()
/dports/security/gstreamer1-plugins-dtls/gst-plugins-bad-1.16.2/ext/dtls/
H A Dgstdtlsagent.c131 gint num_locks; in _gst_dtls_init_openssl() local
132 num_locks = CRYPTO_num_locks (); in _gst_dtls_init_openssl()
133 ssl_locks = g_new (GRWLock, num_locks); in _gst_dtls_init_openssl()
134 for (i = 0; i < num_locks; ++i) { in _gst_dtls_init_openssl()
/dports/graphics/gstreamer1-plugins-openexr/gst-plugins-bad-1.16.2/ext/dtls/
H A Dgstdtlsagent.c131 gint num_locks; in _gst_dtls_init_openssl() local
132 num_locks = CRYPTO_num_locks (); in _gst_dtls_init_openssl()
133 ssl_locks = g_new (GRWLock, num_locks); in _gst_dtls_init_openssl()
134 for (i = 0; i < num_locks; ++i) { in _gst_dtls_init_openssl()
/dports/graphics/gstreamer1-plugins-kms/gst-plugins-bad-1.16.2/ext/dtls/
H A Dgstdtlsagent.c131 gint num_locks; in _gst_dtls_init_openssl() local
132 num_locks = CRYPTO_num_locks (); in _gst_dtls_init_openssl()
133 ssl_locks = g_new (GRWLock, num_locks); in _gst_dtls_init_openssl()
134 for (i = 0; i < num_locks; ++i) { in _gst_dtls_init_openssl()
/dports/graphics/gstreamer1-plugins-opencv/gst-plugins-bad-1.16.2/ext/dtls/
H A Dgstdtlsagent.c131 gint num_locks; in _gst_dtls_init_openssl() local
132 num_locks = CRYPTO_num_locks (); in _gst_dtls_init_openssl()
133 ssl_locks = g_new (GRWLock, num_locks); in _gst_dtls_init_openssl()
134 for (i = 0; i < num_locks; ++i) { in _gst_dtls_init_openssl()
/dports/ftp/gstreamer1-plugins-curl/gst-plugins-bad-1.16.2/ext/dtls/
H A Dgstdtlsagent.c131 gint num_locks; in _gst_dtls_init_openssl() local
132 num_locks = CRYPTO_num_locks (); in _gst_dtls_init_openssl()
133 ssl_locks = g_new (GRWLock, num_locks); in _gst_dtls_init_openssl()
134 for (i = 0; i < num_locks; ++i) { in _gst_dtls_init_openssl()
/dports/www/gstreamer1-plugins-neon/gst-plugins-bad-1.16.2/ext/dtls/
H A Dgstdtlsagent.c131 gint num_locks; in _gst_dtls_init_openssl() local
132 num_locks = CRYPTO_num_locks (); in _gst_dtls_init_openssl()
133 ssl_locks = g_new (GRWLock, num_locks); in _gst_dtls_init_openssl()
134 for (i = 0; i < num_locks; ++i) { in _gst_dtls_init_openssl()
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/ext/dtls/
H A Dgstdtlsagent.c131 gint num_locks; in _gst_dtls_init_openssl() local
132 num_locks = CRYPTO_num_locks (); in _gst_dtls_init_openssl()
133 ssl_locks = g_new (GRWLock, num_locks); in _gst_dtls_init_openssl()
134 for (i = 0; i < num_locks; ++i) { in _gst_dtls_init_openssl()
/dports/devel/py-xarray/xarray-0.20.1/xarray/backends/
H A Dlocks.py201 num_locks = len(all_locks)
202 if num_locks > 1:
204 elif num_locks == 1:
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/global_state/
H A Dopenssl_state.cc91 int num_locks = CRYPTO_num_locks(); in init_openssl() local
92 for (int i = 0; i < num_locks; i++) { in init_openssl()
/dports/www/castor/castor-0.8.16/cargo-crates/openssl-sys-0.9.58/src/
H A Dlib.rs165 let num_locks = ::CRYPTO_num_locks(); in init() localVariable
167 for _ in 0..num_locks { in init()
172 Box::new((0..num_locks).map(|_| None).collect()); in init()
/dports/dns/dog/dog-0.1.0/cargo-crates/openssl-sys-0.9.58/src/
H A Dlib.rs165 let num_locks = ::CRYPTO_num_locks(); in init() localVariable
167 for _ in 0..num_locks { in init()
172 Box::new((0..num_locks).map(|_| None).collect()); in init()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-sys-0.9.58/src/
H A Dlib.rs165 let num_locks = ::CRYPTO_num_locks(); in init() localVariable
167 for _ in 0..num_locks { in init()
172 Box::new((0..num_locks).map(|_| None).collect()); in init()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/openssl-sys-0.9.54/src/
H A Dlib.rs157 let num_locks = ::CRYPTO_num_locks(); in init() localVariable
159 for _ in 0..num_locks { in init()
164 Box::new((0..num_locks).map(|_| None).collect()); in init()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/openssl-sys-0.9.52/src/
H A Dlib.rs157 let num_locks = ::CRYPTO_num_locks(); in init() localVariable
159 for _ in 0..num_locks { in init()
164 Box::new((0..num_locks).map(|_| None).collect()); in init()
/dports/net/proby/proby-1.0.2/cargo-crates/openssl-sys-0.9.58/src/
H A Dlib.rs165 let num_locks = ::CRYPTO_num_locks(); in init() localVariable
167 for _ in 0..num_locks { in init()
172 Box::new((0..num_locks).map(|_| None).collect()); in init()
/dports/net-im/fractal/fractal-4.4.0/vendor/openssl-sys/src/
H A Dlib.rs165 let num_locks = ::CRYPTO_num_locks(); in init() localVariable
167 for _ in 0..num_locks { in init()
172 Box::new((0..num_locks).map(|_| None).collect()); in init()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/openssl-sys-0.9.58/src/
H A Dlib.rs165 let num_locks = ::CRYPTO_num_locks(); in init() localVariable
167 for _ in 0..num_locks { in init()
172 Box::new((0..num_locks).map(|_| None).collect()); in init()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/openssl-sys-0.9.54/src/
H A Dlib.rs157 let num_locks = ::CRYPTO_num_locks(); in init() localVariable
159 for _ in 0..num_locks { in init()
164 Box::new((0..num_locks).map(|_| None).collect()); in init()
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/openssl-sys-0.9.54/src/
H A Dlib.rs157 let num_locks = ::CRYPTO_num_locks(); in init() localVariable
159 for _ in 0..num_locks { in init()
164 Box::new((0..num_locks).map(|_| None).collect()); in init()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/openssl-sys-0.9.58/src/
H A Dlib.rs165 let num_locks = ::CRYPTO_num_locks(); in init() localVariable
167 for _ in 0..num_locks { in init()
172 Box::new((0..num_locks).map(|_| None).collect()); in init()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/openssl-sys-0.9.53/src/
H A Dlib.rs157 let num_locks = ::CRYPTO_num_locks(); in init() localVariable
159 for _ in 0..num_locks { in init()
164 Box::new((0..num_locks).map(|_| None).collect()); in init()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/openssl-sys-0.9.58/src/
H A Dlib.rs165 let num_locks = ::CRYPTO_num_locks(); in init() localVariable
167 for _ in 0..num_locks { in init()
172 Box::new((0..num_locks).map(|_| None).collect()); in init()

12345678910>>...19