Home
last modified time | relevance | path

Searched refs:io_result (Results 1 – 6 of 6) sorted by relevance

/curl/lib/vtls/
H A Dwolfssl.h41 CURLcode io_result; /* result of last BIO cfilter operation */ member
H A Dgtls.h68 CURLcode io_result; /* result of last IO cfilter operation */ member
H A Dopenssl.h46 CURLcode io_result; /* result of last BIO cfilter operation */ member
H A Dgtls.c108 backend->gtls.io_result = result; in gtls_push()
132 backend->gtls.io_result = result; in gtls_pull()
140 backend->gtls.io_result = result; in gtls_pull()
298 backend->gtls.io_result = CURLE_OK; in handshake()
329 else if((rc < 0) && backend->gtls.io_result) { in handshake()
330 return backend->gtls.io_result; in handshake()
1788 backend->gtls.io_result = CURLE_OK; in gtls_send()
1794 (backend->gtls.io_result? backend->gtls.io_result : CURLE_SEND_ERROR); in gtls_send()
1913 backend->gtls.io_result = CURLE_OK; in gtls_recv()
1938 *curlcode = backend->gtls.io_result? in gtls_recv()
[all …]
H A Dwolfssl.c295 backend->io_result = result; in wolfssl_bio_cf_out_write()
320 backend->io_result = result; in wolfssl_bio_cf_in_read()
1042 wssl.io_result = CURLE_OK; in wolfssl_connect_step2()
1157 else if(backend->io_result == CURLE_AGAIN) { in wolfssl_connect_step2()
1327 if(backend->io_result == CURLE_AGAIN) { in wolfssl_send()
1497 if(backend->io_result == CURLE_AGAIN) { in wolfssl_recv()
H A Dopenssl.c730 octx->io_result = result; in ossl_bio_cf_out_write()
758 octx->io_result = result; in ossl_bio_cf_in_read()
772 octx->io_result = result; in ossl_bio_cf_in_read()
4145 if(octx->io_result == CURLE_AGAIN) {
4900 if(octx->io_result == CURLE_AGAIN) {
4991 if(octx->io_result == CURLE_AGAIN) {

Completed in 60 milliseconds