Searched refs:io_result (Results 1 – 6 of 6) sorted by relevance
44 CURLcode io_result; /* result of last BIO cfilter operation */ member
46 CURLcode io_result; /* result of last BIO cfilter operation */ member
69 CURLcode io_result; /* result of last IO cfilter operation */ member
109 backend->gtls.io_result = result; in gtls_push()133 backend->gtls.io_result = result; in gtls_pull()141 backend->gtls.io_result = result; in gtls_pull()299 backend->gtls.io_result = CURLE_OK; in handshake()330 else if((rc < 0) && backend->gtls.io_result) { in handshake()331 return backend->gtls.io_result; in handshake()1788 backend->gtls.io_result = CURLE_OK; in gtls_send_earlydata()1797 result = backend->gtls.io_result ? in gtls_send_earlydata()2023 backend->gtls.io_result = CURLE_OK; in gtls_send()2034 (backend->gtls.io_result ? backend->gtls.io_result : CURLE_SEND_ERROR); in gtls_send()[all …]
334 backend->io_result = result; in wolfssl_bio_cf_out_write()366 backend->io_result = result; in wolfssl_bio_cf_in_read()1469 else if(backend->io_result == CURLE_AGAIN) { in wolfssl_connect_step2()1588 if(backend->io_result == CURLE_AGAIN) { in wolfssl_send()1763 if(!backend->io_result && connssl->peer_closed) { in wolfssl_recv()1773 if(backend->io_result == CURLE_AGAIN) { in wolfssl_recv()1778 else if(!backend->io_result && connssl->peer_closed) { in wolfssl_recv()
769 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()4953 if(octx->io_result == CURLE_AGAIN) {5048 if(octx->io_result == CURLE_AGAIN) {
Completed in 24 milliseconds