Home
last modified time | relevance | path

Searched refs:seek_client (Results 1 - 9 of 9) sorted by relevance

/third_party/curl/lib/
H A Durldata.h994 void *seek_client; /* pointer to pass to the seek() above */ member
1694 void *seek_client; /* pointer to pass to the seek callback */ member
H A Durl.c372 set->seek_client = ZERO_NULL; in Curl_init_userdefined()
3797 conn->seek_client = data->set.seek_client;
H A Dhttp.c1548 conn->seek_client = data->set.seek_client; /* restore */ in Curl_http_done()
2929 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from, in Curl_http_resume()
H A Dsetopt.c1715 data->set.seek_client = va_arg(param, void *); in Curl_vsetopt()
H A Dmulti.c1848 err = (data->set.seek_func)(data->set.seek_client, 0, SEEK_SET);
H A Dftp.c1577 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from, in ftp_state_ul_setup()
/third_party/curl/lib/vssh/
H A Dwolfssh.c630 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from, in wssh_statemach_act()
H A Dlibssh.c1297 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from, in myssh_statemach_act()
H A Dlibssh2.c2147 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from, in ssh_statemach_act()

Completed in 32 milliseconds