Home
last modified time | relevance | path

Searched refs:detail (Results 1 – 10 of 10) sorted by relevance

/curl/scripts/
H A Dschemetable.c32 struct detail { struct
37 static const struct detail scheme[] = { argument
/curl/lib/vquic/
H A Dcurl_osslq.c453 if(sockerr && detail == SSL_ERROR_SYSCALL) in cf_osslq_ssl_err()
1185 int detail = SSL_get_error(x->s->ssl, rv); in h3_quic_recv() local
1186 if(detail == SSL_ERROR_WANT_READ || detail == SSL_ERROR_WANT_WRITE) { in h3_quic_recv()
1190 else if(detail == SSL_ERROR_ZERO_RETURN) { in h3_quic_recv()
1336 int detail = SSL_get_error(ctx->tls.ossl.ssl, 0); in cf_progress_ingress() local
1466 int detail = SSL_get_error(s->ssl, 0); in h3_send_streams() local
1467 switch(detail) { in h3_send_streams()
1479 s->id, vec[i].len, detail); in h3_send_streams()
1535 int detail = SSL_get_error(ctx->tls.ossl.ssl, 0); in cf_progress_egress() local
1646 int detail = SSL_get_error(ctx->tls.ossl.ssl, err); in cf_osslq_connect() local
[all …]
/curl/lib/vtls/
H A Dwolfssl.c893 int detail = wolfSSL_get_error(backend->handle, ret); in wolfssl_connect_step2() local
895 if(SSL_ERROR_WANT_READ == detail) { in wolfssl_connect_step2()
899 else if(SSL_ERROR_WANT_WRITE == detail) { in wolfssl_connect_step2()
906 else if(DOMAIN_NAME_MISMATCH == detail) { in wolfssl_connect_step2()
933 else if(ASN_NO_SIGNER_E == detail) { in wolfssl_connect_step2()
947 else if(-1 == detail) { in wolfssl_connect_step2()
975 failf(data, "SSL_connect failed with error %d: %s", detail, in wolfssl_connect_step2()
976 wolfSSL_ERR_error_string(detail, error_buffer)); in wolfssl_connect_step2()
H A Dopenssl.c4169 int detail = SSL_get_error(octx->ssl, err); local
4171 if(SSL_ERROR_WANT_READ == detail) {
4175 if(SSL_ERROR_WANT_WRITE == detail) {
4180 if(SSL_ERROR_WANT_ASYNC == detail) {
4186 if(SSL_ERROR_WANT_RETRY_VERIFY == detail) {
4272 if(sockerr && detail == SSL_ERROR_SYSCALL)
4275 extramsg[0] ? extramsg : SSL_ERROR_to_str(detail),
/curl/docs/libcurl/opts/
H A DCURLINFO_PROXY_ERROR.md63 CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_PROXY_ERROR, long *detail);
H A DCURLOPT_ERRORBUFFER.md45 was returned but there was no error detail then the buffer was untouched.
/curl/docs/libcurl/
H A Dcurl_multi_poll.md58 detail that makes this function different than curl_multi_wait(3).
H A Dlibcurl-tutorial.md1212 usually a fact you can forget and ignore but at times this detail comes back
1344 The easy interface as described in detail in this document is a synchronous
/curl/packages/vms/
H A Dcurl_gnv_build_steps.txt142 The pcsi_product_gnv_curl.com is described in more detail below. It does
/curl/docs/
H A DFAQ488 This is described in some detail in the MANUAL and TheArtOfHttpScripting

Completed in 106 milliseconds