Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib556.c73 size_t iolen = 0; in test() local
75 res = curl_easy_send(curl, request, strlen(request), &iolen); in test()
83 res = curl_easy_recv(curl, buf, sizeof(buf), &iolen); in test()
89 if(iolen) { in test()
91 if(!write(STDOUT_FILENO, buf, iolen)) in test()
95 } while((res == CURLE_OK && iolen != 0) || (res == CURLE_AGAIN)); in test()
98 if(iolen != 0) in test()