Searched refs:seekerr (Results 1 – 4 of 4) sorted by relevance
562 int seekerr = CURL_SEEKFUNC_OK; in myssh_statemach_act() local1153 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from, in myssh_statemach_act()1158 if(seekerr != CURL_SEEKFUNC_OK) { in myssh_statemach_act()1161 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in myssh_statemach_act()
646 int seekerr = CURL_SEEKFUNC_OK; in ssh_statemach_act() local1761 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from, in ssh_statemach_act()1766 if(seekerr != CURL_SEEKFUNC_OK) { in ssh_statemach_act()1769 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ssh_statemach_act()
2397 int seekerr = CURL_SEEKFUNC_CANTSEEK; in Curl_http() local2400 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from, in Curl_http()2405 if(seekerr != CURL_SEEKFUNC_OK) { in Curl_http()2408 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in Curl_http()
1601 int seekerr = CURL_SEEKFUNC_OK; in ftp_state_ul_setup() local1616 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from, in ftp_state_ul_setup()1621 if(seekerr != CURL_SEEKFUNC_OK) { in ftp_state_ul_setup()1623 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ftp_state_ul_setup()