Searched refs:seekerr (Results 1 – 3 of 3) sorted by relevance
718 int seekerr = CURL_SEEKFUNC_OK; in ssh_statemach_act() local1829 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from, in ssh_statemach_act()1833 if(seekerr != CURL_SEEKFUNC_OK) { in ssh_statemach_act()1835 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ssh_statemach_act()
1747 int seekerr = CURL_SEEKFUNC_OK; in Curl_http() local2130 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from, in Curl_http()2134 if(seekerr != CURL_SEEKFUNC_OK) { in Curl_http()2135 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in Curl_http()
1637 int seekerr = CURL_SEEKFUNC_OK; in ftp_state_ul_setup() local1666 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from, in ftp_state_ul_setup()1670 if(seekerr != CURL_SEEKFUNC_OK) { in ftp_state_ul_setup()1671 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ftp_state_ul_setup()