Searched refs:CURL_SEEKFUNC_CANTSEEK (Results 1 – 15 of 15) sorted by relevance
91 return CURL_SEEKFUNC_CANTSEEK; in tool_seek_cb()
252 return CURL_SEEKFUNC_CANTSEEK; in tool_mime_stdin_seek()255 return CURL_SEEKFUNC_CANTSEEK; in tool_mime_stdin_seek()
31 #define CURL_SEEKFUNC_CANTSEEK 2 /* tell libcurl seeking cannot be done, so59 *CURL_SEEKFUNC_CANTSEEK* to indicate that while the seek failed, libcurl
66 return CURL_SEEKFUNC_CANTSEEK; in my_seek()
744 CURL_SEEKFUNC_CANTSEEK : CURL_SEEKFUNC_OK; in mime_file_seek()1078 res = CURL_SEEKFUNC_CANTSEEK; in mime_part_rewind()1084 case CURL_SEEKFUNC_CANTSEEK: in mime_part_rewind()1087 res = CURL_SEEKFUNC_CANTSEEK; in mime_part_rewind()1110 return CURL_SEEKFUNC_CANTSEEK; /* Only support full rewind. */ in mime_subparts_seek()
749 int seekerr = CURL_SEEKFUNC_CANTSEEK; in cr_in_resume_from()765 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in cr_in_resume_from()
1542 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ftp_state_ul_setup()
91 *CURL_SEEKFUNC_CANTSEEK* to indicate that while the seek failed, libcurl
126 CURL_SEEKFUNC_CANTSEEK 7.19.5
205 #define CURL_SEEKFUNC_CANTSEEK 2 /* tell libcurl seeking can't be done, so macro
643 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in wssh_statemach_act()
1308 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in myssh_statemach_act()
1231 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in sftp_upload_init()
375 #define CURL_SEEKFUNC_CANTSEEK 2 /* tell libcurl seeking cannot be done, so macro
177 d CURL_SEEKFUNC_CANTSEEK...