Home
last modified time | relevance | path

Searched refs:seek_func (Results 1 – 7 of 7) sorted by relevance

/curl/lib/
H A Dsendf.c775 if(data->set.seek_func) { in cr_in_resume_from()
777 seekerr = data->set.seek_func(data->set.seek_client, offset, SEEK_SET); in cr_in_resume_from()
835 if(data->set.seek_func) { in cr_in_rewind()
839 err = (data->set.seek_func)(data->set.seek_client, 0, SEEK_SET); in cr_in_rewind()
H A Durldata.h1580 curl_seek_callback seek_func; /* function that seeks the input */ member
H A Dftp.c1531 if(data->set.seek_func) { in ftp_state_ul_setup()
1533 seekerr = data->set.seek_func(data->set.seek_client, in ftp_state_ul_setup()
H A Dsetopt.c2766 data->set.seek_func = va_arg(param, curl_seek_callback); in setopt_func()
/curl/lib/vssh/
H A Dwolfssh.c631 if(data->set.seek_func) { in wssh_statemach_act()
633 seekerr = data->set.seek_func(data->set.seek_client, in wssh_statemach_act()
H A Dlibssh.c1296 if(data->set.seek_func) { in myssh_statemach_act()
1298 seekerr = data->set.seek_func(data->set.seek_client, in myssh_statemach_act()
H A Dlibssh2.c1219 if(data->set.seek_func) { in sftp_upload_init()
1221 seekerr = data->set.seek_func(data->set.seek_client, in sftp_upload_init()

Completed in 52 milliseconds