Searched refs:detail (Results 1 – 10 of 10) sorted by relevance
/curl/scripts/ |
H A D | schemetable.c | 32 struct detail { struct 37 static const struct detail scheme[] = { argument
|
/curl/lib/vtls/ |
H A D | wolfssl.c | 1385 int detail = wolfSSL_get_error(backend->handle, ret); in wolfssl_connect_step2() local 1387 if(WOLFSSL_ERROR_WANT_READ == detail) { in wolfssl_connect_step2() 1391 else if(WOLFSSL_ERROR_WANT_WRITE == detail) { in wolfssl_connect_step2() 1398 else if(DOMAIN_NAME_MISMATCH == detail) { in wolfssl_connect_step2() 1424 else if(ASN_NO_SIGNER_E == detail) { in wolfssl_connect_step2() 1436 else if(ASN_AFTER_DATE_E == detail) { in wolfssl_connect_step2() 1440 else if(ASN_BEFORE_DATE_E == detail) { in wolfssl_connect_step2() 1445 else if(-1 == detail) { in wolfssl_connect_step2() 1620 int detail; in wolfssl_shutdown() local 1700 detail = wolfSSL_get_error(wctx->handle, err); in wolfssl_shutdown() [all …]
|
H A D | openssl.c | 4166 int detail = SSL_get_error(octx->ssl, err); local 4167 CURL_TRC_CF(data, cf, "SSL_connect() -> err=%d, detail=%d", err, detail); 4169 if(SSL_ERROR_WANT_READ == detail) { 4174 if(SSL_ERROR_WANT_WRITE == detail) { 4180 if(SSL_ERROR_WANT_ASYNC == detail) { 4188 if(SSL_ERROR_WANT_RETRY_VERIFY == detail) { 4276 if(sockerr && detail == SSL_ERROR_SYSCALL) 4279 extramsg[0] ? extramsg : SSL_ERROR_to_str(detail),
|
/curl/lib/vquic/ |
H A D | curl_osslq.c | 546 if(sockerr && detail == SSL_ERROR_SYSCALL) in cf_osslq_ssl_err() 1272 int detail = SSL_get_error(x->s->ssl, rv); in h3_quic_recv() local 1273 if(detail == SSL_ERROR_WANT_READ || detail == SSL_ERROR_WANT_WRITE) { in h3_quic_recv() 1277 else if(detail == SSL_ERROR_ZERO_RETURN) { in h3_quic_recv() 1424 int detail = SSL_get_error(ctx->tls.ossl.ssl, 0); in cf_progress_ingress() local 1549 int detail = SSL_get_error(s->ssl, 0); in h3_send_streams() local 1550 switch(detail) { in h3_send_streams() 1562 s->id, vec[i].len, detail); in h3_send_streams() 1618 int detail = SSL_get_error(ctx->tls.ossl.ssl, 0); in cf_progress_egress() local 1731 int detail = SSL_get_error(ctx->tls.ossl.ssl, err); in cf_osslq_connect() local [all …]
|
/curl/docs/libcurl/opts/ |
H A D | CURLINFO_PROXY_ERROR.md | 64 CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_PROXY_ERROR, long *detail);
|
H A D | CURLOPT_ERRORBUFFER.md | 46 was returned but there was no error detail then the buffer was untouched.
|
/curl/docs/libcurl/ |
H A D | curl_multi_poll.md | 59 detail that makes this function different than curl_multi_wait(3).
|
H A D | libcurl-tutorial.md | 1213 usually a fact you can forget and ignore but at times this detail comes back 1345 The easy interface as described in detail in this document is a synchronous
|
/curl/packages/vms/ |
H A D | curl_gnv_build_steps.txt | 142 The pcsi_product_gnv_curl.com is described in more detail below. It does
|
/curl/docs/ |
H A D | FAQ | 488 This is described in some detail in the MANUAL and TheArtOfHttpScripting
|
Completed in 35 milliseconds