Home
last modified time | relevance | path

Searched refs:seekerr (Results 1 – 3 of 3) sorted by relevance

/external/curl/lib/
Dssh.c718 int seekerr = CURL_SEEKFUNC_OK; in ssh_statemach_act() local
1829 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()
Dhttp.c1747 int seekerr = CURL_SEEKFUNC_OK; in Curl_http() local
2130 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()
Dftp.c1637 int seekerr = CURL_SEEKFUNC_OK; in ftp_state_ul_setup() local
1666 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()