Searched refs:CURL_SEEKFUNC_CANTSEEK (Results 1 – 11 of 11) sorted by relevance
86 return CURL_SEEKFUNC_CANTSEEK; in tool_seek_cb()
230 return CURL_SEEKFUNC_CANTSEEK; in tool_mime_stdin_seek()233 return CURL_SEEKFUNC_CANTSEEK; in tool_mime_stdin_seek()
688 CURL_SEEKFUNC_CANTSEEK: CURL_SEEKFUNC_OK; in mime_file_seek()1011 res = CURL_SEEKFUNC_CANTSEEK; in mime_part_rewind()1017 case CURL_SEEKFUNC_CANTSEEK: in mime_part_rewind()1020 res = CURL_SEEKFUNC_CANTSEEK; in mime_part_rewind()1042 return CURL_SEEKFUNC_CANTSEEK; /* Only support full rewind. */ in mime_subparts_seek()
2397 int seekerr = CURL_SEEKFUNC_CANTSEEK; in Curl_http()2408 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in Curl_http()
1161 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in myssh_statemach_act()
1769 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ssh_statemach_act()
1623 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ftp_state_ul_setup()
883 CURL_SEEKFUNC_CANTSEEK 7.19.5
205 #define CURL_SEEKFUNC_CANTSEEK 2 /* tell libcurl seeking can't be done, so macro
355 #define CURL_SEEKFUNC_CANTSEEK 2 /* tell libcurl seeking can't be done, so macro
163 d CURL_SEEKFUNC_CANTSEEK...