Home
last modified time | relevance | path

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

/curl/lib/vssh/
H A Dwolfssh.c629 int seekerr = CURL_SEEKFUNC_OK; in wssh_statemach_act() local
632 seekerr = data->set.seek_func(data->set.seek_client, in wssh_statemach_act()
637 if(seekerr != CURL_SEEKFUNC_OK) { in wssh_statemach_act()
640 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in wssh_statemach_act()
H A Dlibssh.c676 int seekerr = CURL_SEEKFUNC_OK; in myssh_statemach_act() local
1298 seekerr = data->set.seek_func(data->set.seek_client, in myssh_statemach_act()
1303 if(seekerr != CURL_SEEKFUNC_OK) { in myssh_statemach_act()
1306 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in myssh_statemach_act()
H A Dlibssh2.c978 int seekerr = CURL_SEEKFUNC_OK; in ssh_statemach_act() local
2151 seekerr = data->set.seek_func(data->set.seek_client, in ssh_statemach_act()
2156 if(seekerr != CURL_SEEKFUNC_OK) { in ssh_statemach_act()
2159 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ssh_statemach_act()
/curl/lib/
H A Dsendf.c769 int seekerr = CURL_SEEKFUNC_CANTSEEK; in cr_in_resume_from() local
778 seekerr = data->set.seek_func(data->set.seek_client, offset, SEEK_SET); in cr_in_resume_from()
782 if(seekerr != CURL_SEEKFUNC_OK) { in cr_in_resume_from()
785 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in cr_in_resume_from()
H A Dftp.c1682 int seekerr = CURL_SEEKFUNC_OK; in ftp_state_ul_setup() local
1698 seekerr = data->set.seek_func(data->set.seek_client, in ftp_state_ul_setup()
1703 if(seekerr != CURL_SEEKFUNC_OK) { in ftp_state_ul_setup()
1705 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ftp_state_ul_setup()

Completed in 1192 milliseconds