Home
last modified time | relevance | path

Searched refs:infotype (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dby_store.c51 int infotype; in cache_objects() local
57 infotype = OSSL_STORE_INFO_get_type(info); in cache_objects()
60 if (infotype == OSSL_STORE_INFO_NAME) { in cache_objects()
74 switch (infotype) { in cache_objects()
/third_party/openssl/crypto/x509/
H A Dby_store.c51 int infotype; in cache_objects() local
57 infotype = OSSL_STORE_INFO_get_type(info); in cache_objects()
60 if (infotype == OSSL_STORE_INFO_NAME) { in cache_objects()
74 switch (infotype) { in cache_objects()
/third_party/curl/src/
H A Dtool_cb_dbg.c39 trace tracetype, curl_infotype infotype);
251 trace tracetype, curl_infotype infotype) in dump()
286 (void)infotype; in dump()
249 dump(const char *timebuf, const char *idsbuf, const char *text, FILE *stream, const unsigned char *ptr, size_t size, trace tracetype, curl_infotype infotype) dump() argument
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_cert.c821 int infotype = info == 0 ? 0 : OSSL_STORE_INFO_get_type(info); in STACK_OF() local
826 if (infotype == OSSL_STORE_INFO_NAME) { in STACK_OF()
834 } else if (infotype == OSSL_STORE_INFO_CERT) { in STACK_OF()
/third_party/openssl/ssl/
H A Dssl_cert.c821 int infotype = info == 0 ? 0 : OSSL_STORE_INFO_get_type(info); in STACK_OF() local
826 if (infotype == OSSL_STORE_INFO_NAME) { in STACK_OF()
834 } else if (infotype == OSSL_STORE_INFO_CERT) { in STACK_OF()

Completed in 5 milliseconds