Searched refs:CURL_SEEKFUNC_OK (Results 1 – 11 of 11) sorted by relevance
78 return CURL_SEEKFUNC_OK; in tool_seek_cb()88 return CURL_SEEKFUNC_OK; in tool_seek_cb()
236 return CURL_SEEKFUNC_OK; in tool_mime_stdin_seek()
645 return CURL_SEEKFUNC_OK; in mime_mem_seek()682 return CURL_SEEKFUNC_OK; /* Not open: implicitly already at BOF. */ in mime_file_seek()688 CURL_SEEKFUNC_CANTSEEK: CURL_SEEKFUNC_OK; in mime_file_seek()1004 int res = CURL_SEEKFUNC_OK; in mime_part_rewind()1015 case CURL_SEEKFUNC_OK: in mime_part_rewind()1029 if(res == CURL_SEEKFUNC_OK) in mime_part_rewind()1039 int result = CURL_SEEKFUNC_OK; in mime_subparts_seek()1045 return CURL_SEEKFUNC_OK; /* Already rewound. */ in mime_subparts_seek()1049 if(res != CURL_SEEKFUNC_OK) in mime_subparts_seek()1053 if(result == CURL_SEEKFUNC_OK) in mime_subparts_seek()[all …]
562 int seekerr = CURL_SEEKFUNC_OK; in myssh_statemach_act()1158 if(seekerr != CURL_SEEKFUNC_OK) { in myssh_statemach_act()
646 int seekerr = CURL_SEEKFUNC_OK; in ssh_statemach_act()1766 if(seekerr != CURL_SEEKFUNC_OK) { in ssh_statemach_act()
1601 int seekerr = CURL_SEEKFUNC_OK; in ftp_state_ul_setup()1621 if(seekerr != CURL_SEEKFUNC_OK) { in ftp_state_ul_setup()
2405 if(seekerr != CURL_SEEKFUNC_OK) { in Curl_http()
885 CURL_SEEKFUNC_OK 7.19.5
203 #define CURL_SEEKFUNC_OK 0 macro
353 #define CURL_SEEKFUNC_OK 0 macro
159 d CURL_SEEKFUNC_OK...