Home
last modified time | relevance | path

Searched refs:_ctx_ (Results 1 – 23 of 23) sorted by relevance

/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/security/impl/
H A DOpenSSLSupport.h32 # define X509_STORE_CTX_get0_cert(_ctx_) ((_ctx_)->cert) argument
33 # define X509_STORE_CTX_get0_untrusted(_ctx_) ((_ctx_)->untrusted) argument
/dports/net/nng/nng-1.5.2/docs/man/
H A Dnng_ctx_close.3.adoc27 The `nng_ctx_close()` function closes the context _ctx_.
36 NOTE: Closing the socket associated with _ctx_
46 `NNG_ECLOSED`:: The context _ctx_ is already closed or was never opened.
H A Dnng_ctx_send.3.adoc28 xref:nng_ctx.5.adoc[context] _ctx_ asynchronously.
71 `NNG_ECLOSED`:: The context _ctx_ is not open.
74 `NNG_ENOTSUP`:: The protocol for context _ctx_ does not support sending.
75 `NNG_ESTATE`:: The context _ctx_ cannot send data in this state.
H A Dnng_ctx_recv.3.adoc58 `NNG_ECLOSED`:: The context _ctx_ is not open.
60 `NNG_ENOTSUP`:: The protocol for context _ctx_ does not support receiving.
61 `NNG_ESTATE`:: The context _ctx_ cannot receive data in this state.
H A Dnng_ctx_getopt.3.adoc45 the xref:nng_ctx.5.adoc[context] _ctx_.
54 In all of these forms, the option _opt_ is retrieved from the context _ctx_.
H A Dnng_ctx_get.3.adoc42 the xref:nng_ctx.5.adoc[context] _ctx_.
51 In all of these forms, the option _opt_ is retrieved from the context _ctx_.
H A Dnng_ctx_set.3.adoc43 the context _ctx_.
H A Dnng_ctx_setopt.3.adoc44 the context _ctx_.
/dports/net/samba412/samba-4.12.15/source3/registry/
H A Dreg_parse_prs.h27 #define prs_init_empty( _ps_, _ctx_, _io_ ) (void) prs_init((_ps_), 0, (_ctx_), (_io_)) argument
/dports/net/openmpi/openmpi-4.1.1/oshmem/mca/atomic/
H A Datomic.h66 void prefix##_ctx_##type_name##_atomic_##op(shmem_ctx_t ctx, type *target, type value, int pe) \
102 …type prefix##_ctx_##type_name##_atomic_fetch_##op(shmem_ctx_t ctx, type *target, type value, int p…
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/libaes_siv/
H A DAES_SIV_Encrypt.adoc38 *AES_SIV_Encrypt()* uses the provided _ctx_ to encrypt the provided
44 *AES_SIV_Decrypt()* uses the provided _ctx_ to authenticate and
H A DAES_SIV_Init.adoc33 *AES_SIV_Init()* prepares _ctx_ for encrypting or decrypting data
61 resulting _ctx_ structure and use +AES_SIV_CTX_copy+() to make a copy
H A DAES_SIV_CTX_new.adoc39 The *AES_SIV_CTX_cleanup()* function erases the contents of _ctx_,
/dports/shells/xonsh/xonsh-0.7.9/xonsh/completers/
H A Dpython.py226 _val_, _ctx_ = _safe_eval(_expr, _ctx)
227 if _val_ is None and _ctx_ is None:
H A D__amalgam__.py1557 _val_, _ctx_ = _safe_eval(_expr, _ctx)
1558 if _val_ is None and _ctx_ is None:
/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Dmd5_sha1_sum.c161 union _ctx_ { in hash_file() union
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuInterval.hpp231 ::tcu::ScopedRoundingMode VAR##_ctx_; \
/dports/databases/py-tiledb/tiledb-0.8.11/tiledb/
H A Dmultirange_indexing.py303 array._ctx_(),
H A Dlibtiledb.pyx3887 def _ctx_(self) -> Ctx: member in Array
4772 q = PyQuery(self._ctx_(), self, tuple(attr_names), tuple(), <int32_t>layout, False)
5084 config_dict = self._ctx_().config().dict()
5444 q = PyQuery(self._ctx_(), self, tuple(attr_names), tuple(), <int32_t>layout, False)
/dports/www/moodle39/moodle/repository/onedrive/
H A Dlib.php915 $foldername .= '_ctx_'.$context->id;
/dports/www/moodle310/moodle/repository/onedrive/
H A Dlib.php915 $foldername .= '_ctx_'.$context->id;
/dports/www/moodle311/moodle/repository/onedrive/
H A Dlib.php915 $foldername .= '_ctx_'.$context->id;
/dports/databases/py-tiledb/tiledb-0.8.11/tiledb/tests/
H A Dtest_libtiledb.py3068 d2 = T2._ctx_().config().dict()
3584 self.assertEqual(A._ctx_(), ctx)
3591 self.assertEqual(A._ctx_(), ctx)
3595 self.assertEqual(A._ctx_().config(), config)