Searched refs:CURL_SEEKFUNC_CANTSEEK (Results 1 – 12 of 12) sorted by relevance
86 return CURL_SEEKFUNC_CANTSEEK; in tool_seek_cb()
232 return CURL_SEEKFUNC_CANTSEEK; in tool_mime_stdin_seek()235 return CURL_SEEKFUNC_CANTSEEK; in tool_mime_stdin_seek()
723 CURL_SEEKFUNC_CANTSEEK: CURL_SEEKFUNC_OK; in mime_file_seek()1105 res = CURL_SEEKFUNC_CANTSEEK; in mime_part_rewind()1111 case CURL_SEEKFUNC_CANTSEEK: in mime_part_rewind()1114 res = CURL_SEEKFUNC_CANTSEEK; in mime_part_rewind()1137 return CURL_SEEKFUNC_CANTSEEK; /* Only support full rewind. */ in mime_subparts_seek()
2383 int seekerr = CURL_SEEKFUNC_CANTSEEK; in Curl_http()2394 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in Curl_http()
1600 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ftp_state_ul_setup()
965 CURL_SEEKFUNC_CANTSEEK 7.19.5
205 #define CURL_SEEKFUNC_CANTSEEK 2 /* tell libcurl seeking can't be done, so macro
631 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in wssh_statemach_act()
1271 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in myssh_statemach_act()
1970 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ssh_statemach_act()
359 #define CURL_SEEKFUNC_CANTSEEK 2 /* tell libcurl seeking can't be done, so macro
167 d CURL_SEEKFUNC_CANTSEEK...