Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh.c709 int seekerr = CURL_SEEKFUNC_OK; in ssh_statemach_act() local
1721 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()
Dhttp.c1772 int seekerr = CURL_SEEKFUNC_OK; in Curl_http() local
2150 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()
Dftp.c1626 int seekerr = CURL_SEEKFUNC_OK; in ftp_state_ul_setup() local
1655 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()