Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh-libssh.c562 int seekerr = CURL_SEEKFUNC_OK; in myssh_statemach_act() local
1153 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()
Dssh.c646 int seekerr = CURL_SEEKFUNC_OK; in ssh_statemach_act() local
1761 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()
Dhttp.c2397 int seekerr = CURL_SEEKFUNC_CANTSEEK; in Curl_http() local
2400 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()
Dftp.c1601 int seekerr = CURL_SEEKFUNC_OK; in ftp_state_ul_setup() local
1616 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()