Searched refs:seekerr (Results 1 – 3 of 3) sorted by relevance
709 int seekerr = CURL_SEEKFUNC_OK; in ssh_statemach_act() local1721 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from, in ssh_statemach_act()1725 if(seekerr != CURL_SEEKFUNC_OK) { in ssh_statemach_act()1727 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ssh_statemach_act()
1772 int seekerr = CURL_SEEKFUNC_OK; in Curl_http() local2150 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from, in Curl_http()2154 if(seekerr != CURL_SEEKFUNC_OK) { in Curl_http()2155 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in Curl_http()
1626 int seekerr = CURL_SEEKFUNC_OK; in ftp_state_ul_setup() local1655 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from, in ftp_state_ul_setup()1659 if(seekerr != CURL_SEEKFUNC_OK) { in ftp_state_ul_setup()1660 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ftp_state_ul_setup()