Searched refs:CURLE_GOT_NOTHING (Results 1 – 13 of 13) sorted by relevance
52 CURLcode result = CURLE_GOT_NOTHING; in sftpGetRemoteFileSize()83 CURLcode result = CURLE_GOT_NOTHING; in sftpResumeUpload()
75 CURLcode r = CURLE_GOT_NOTHING; in upload()
47 # 52 is CURLE_GOT_NOTHING
123 if(!res || res == CURLE_GOT_NOTHING) { in test()
73 errors. Returns **CURLE_GOT_NOTHING** if the associated connection is
266 CURLE_GOT_NOTHING 7.9.1
286 ## CURLE_GOT_NOTHING (52)
193 case CURLE_GOT_NOTHING: in curl_easy_strerror()
399 result = CURLE_GOT_NOTHING; in Curl_hyper_stream()
976 return CURLE_GOT_NOTHING; in curl_ws_recv()
1190 return CURLE_GOT_NOTHING; in Curl_http_done()
572 CURLE_GOT_NOTHING, /* 52 - when this is a specific error */ enumerator
584 d CURLE_GOT_NOTHING...
Completed in 68 milliseconds