Searched refs:seekerr (Results 1 – 5 of 5) sorted by relevance
630 int seekerr = CURL_SEEKFUNC_OK; in wssh_statemach_act() local633 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()
672 int seekerr = CURL_SEEKFUNC_OK; in myssh_statemach_act() local1298 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()
1217 int seekerr = CURL_SEEKFUNC_OK; in sftp_upload_init() local1221 seekerr = data->set.seek_func(data->set.seek_client, in sftp_upload_init()1226 if(seekerr != CURL_SEEKFUNC_OK) { in sftp_upload_init()1229 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in sftp_upload_init()
768 int seekerr = CURL_SEEKFUNC_CANTSEEK; in cr_in_resume_from() local777 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()
1517 int seekerr = CURL_SEEKFUNC_OK; in ftp_state_ul_setup() local1533 seekerr = data->set.seek_func(data->set.seek_client, in ftp_state_ul_setup()1538 if(seekerr != CURL_SEEKFUNC_OK) { in ftp_state_ul_setup()1540 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ftp_state_ul_setup()
Completed in 31 milliseconds