Home
last modified time | relevance | path

Searched refs:io_result (Results 1 - 3 of 3) sorted by relevance

/third_party/curl/lib/vtls/
H A Dwolfssl.c97 CURLcode io_result; /* result of last BIO cfilter operation */ member
294 backend->io_result = result; in wolfssl_bio_cf_out_write()
319 backend->io_result = result; in wolfssl_bio_cf_in_read()
855 else if(backend->io_result == CURLE_AGAIN) { in wolfssl_connect_step2()
1031 if(backend->io_result == CURLE_AGAIN) { in wolfssl_send()
1108 if(backend->io_result == CURLE_AGAIN) { in wolfssl_recv()
H A Dopenssl.c307 CURLcode io_result; /* result of last BIO cfilter operation */ member
740 backend->io_result = result; in ossl_bio_cf_out_write()
767 backend->io_result = result; in ossl_bio_cf_in_read()
778 backend->io_result = result; in ossl_bio_cf_in_read()
3909 if(backend->io_result == CURLE_AGAIN) { in ossl_connect_step2()
4604 if(backend->io_result == CURLE_AGAIN) { in ossl_send()
4696 if(backend->io_result == CURLE_AGAIN) { in ossl_recv()
/third_party/python/Modules/
H A Dposixmodule.c8747 DWORD io_result = 0; in os_readlink_impl()
8765 io_result = DeviceIoControl( in os_readlink_impl()
8777 if (io_result == 0) { in os_readlink_impl()

Completed in 24 milliseconds