Home
last modified time | relevance | path

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

/third_party/curl/tests/libtest/
H A Dlib556.c68 size_t iolen = 0; in test() local
70 res = curl_easy_send(curl, request, strlen(request), &iolen); in test()
78 res = curl_easy_recv(curl, buf, sizeof(buf), &iolen); in test()
80 if(iolen) { in test()
82 if(!write(STDOUT_FILENO, buf, iolen)) in test()
86 } while((res == CURLE_OK && iolen) || (res == CURLE_AGAIN)); in test()
89 if(iolen) in test()

Completed in 1 milliseconds