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()1006 int res = CURL_SEEKFUNC_OK; in mime_part_rewind()1017 case CURL_SEEKFUNC_OK: in mime_part_rewind()1031 if(res == CURL_SEEKFUNC_OK) in mime_part_rewind()1041 int result = CURL_SEEKFUNC_OK; in mime_subparts_seek()1047 return CURL_SEEKFUNC_OK; /* Already rewound. */ in mime_subparts_seek()1051 if(res != CURL_SEEKFUNC_OK) in mime_subparts_seek()1055 if(result == CURL_SEEKFUNC_OK) in mime_subparts_seek()[all …]
1587 int seekerr = CURL_SEEKFUNC_OK; in ftp_state_ul_setup()1607 if(seekerr != CURL_SEEKFUNC_OK) { in ftp_state_ul_setup()
2468 if(seekerr != CURL_SEEKFUNC_OK) { in Curl_http()
894 CURL_SEEKFUNC_OK 7.19.5
203 #define CURL_SEEKFUNC_OK 0 macro
558 int seekerr = CURL_SEEKFUNC_OK; in myssh_statemach_act()1154 if(seekerr != CURL_SEEKFUNC_OK) { in myssh_statemach_act()
634 int seekerr = CURL_SEEKFUNC_OK; in ssh_statemach_act()1751 if(seekerr != CURL_SEEKFUNC_OK) { in ssh_statemach_act()
351 #define CURL_SEEKFUNC_OK 0 macro
161 d CURL_SEEKFUNC_OK...