Home
last modified time | relevance | path

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

/curl/lib/vssh/
H A Dwolfssh.c630 int seekerr = CURL_SEEKFUNC_OK; in wssh_statemach_act() local
633 seekerr = data->set.seek_func(data->set.seek_client, in wssh_statemach_act()
638 if(seekerr != CURL_SEEKFUNC_OK) { in wssh_statemach_act()
641 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in wssh_statemach_act()
H A Dlibssh.c672 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.c979 int seekerr = CURL_SEEKFUNC_OK; in ssh_statemach_act() local
2152 seekerr = data->set.seek_func(data->set.seek_client, in ssh_statemach_act()
2157 if(seekerr != CURL_SEEKFUNC_OK) { in ssh_statemach_act()
2160 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ssh_statemach_act()
/curl/lib/
H A Dsendf.c768 int seekerr = CURL_SEEKFUNC_CANTSEEK; in cr_in_resume_from() local
777 seekerr = data->set.seek_func(data->set.seek_client, offset, SEEK_SET); in cr_in_resume_from()
781 if(seekerr != CURL_SEEKFUNC_OK) { in cr_in_resume_from()
784 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in cr_in_resume_from()
H A Dftp.c1692 int seekerr = CURL_SEEKFUNC_OK; in ftp_state_ul_setup() local
1708 seekerr = data->set.seek_func(data->set.seek_client, in ftp_state_ul_setup()
1713 if(seekerr != CURL_SEEKFUNC_OK) { in ftp_state_ul_setup()
1715 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ftp_state_ul_setup()

Completed in 44 milliseconds