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()
1794 backend->gtls.io_result = CURLE_OK; in gtls_send()
1805 (backend->gtls.io_result ? backend->gtls.io_result : CURLE_SEND_ERROR); in gtls_send()
1937 backend->gtls.io_result = CURLE_OK; in gtls_recv()
1961 *curlcode = backend->gtls.io_result ? in gtls_recv()
[all …]
H A Dwolfssl.c309 backend->io_result = result; in wolfssl_bio_cf_out_write()
339 backend->io_result = result; in wolfssl_bio_cf_in_read()
1343 else if(backend->io_result == CURLE_AGAIN) { in wolfssl_connect_step2()
1506 if(backend->io_result == CURLE_AGAIN) { in wolfssl_send()
1686 if(backend->io_result == CURLE_AGAIN) { in wolfssl_recv()
H A Dopenssl.c769 octx->io_result = result; in ossl_bio_cf_out_write()
797 octx->io_result = result; in ossl_bio_cf_in_read()
811 octx->io_result = result; in ossl_bio_cf_in_read()
4957 if(octx->io_result == CURLE_AGAIN) {
5052 if(octx->io_result == CURLE_AGAIN) {

Completed in 30 milliseconds