Searched refs:CURL_SEEKFUNC_CANTSEEK (Results 1 – 11 of 11) sorted by relevance
86 return CURL_SEEKFUNC_CANTSEEK; in tool_seek_cb()
420 return CURL_SEEKFUNC_CANTSEEK; in stdin_seek()423 return CURL_SEEKFUNC_CANTSEEK; in stdin_seek()
695 CURL_SEEKFUNC_CANTSEEK: CURL_SEEKFUNC_OK; in mime_file_seek()1022 res = CURL_SEEKFUNC_CANTSEEK; in mime_part_rewind()1028 case CURL_SEEKFUNC_CANTSEEK: in mime_part_rewind()1031 res = CURL_SEEKFUNC_CANTSEEK; in mime_part_rewind()1054 return CURL_SEEKFUNC_CANTSEEK; /* Only support full rewind. */ in mime_subparts_seek()
1775 int seekerr = CURL_SEEKFUNC_CANTSEEK; in Curl_http()2201 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in Curl_http()
1138 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in myssh_statemach_act()
1757 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ssh_statemach_act()
1624 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ftp_state_ul_setup()
806 CURL_SEEKFUNC_CANTSEEK 7.19.5
205 #define CURL_SEEKFUNC_CANTSEEK 2 /* tell libcurl seeking can't be done, so macro
342 #define CURL_SEEKFUNC_CANTSEEK 2 /* tell libcurl seeking can't be done, so macro
156 d CURL_SEEKFUNC_CANTSEEK...