Searched refs:SessionHandle (Results 1 - 25 of 111) sorted by relevance

12345

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dgetinfo.h24 CURLcode Curl_getinfo(struct SessionHandle *data, CURLINFO info, ...);
25 CURLcode Curl_initinfo(struct SessionHandle *data);
H A Dspeedcheck.h29 void Curl_speedinit(struct SessionHandle *data);
30 CURLcode Curl_speedcheck(struct SessionHandle *data,
H A Dpipeline.h25 CURLcode Curl_add_handle_to_pipeline(struct SessionHandle *handle,
27 void Curl_move_handle_from_send_to_recv_pipe(struct SessionHandle *handle,
29 bool Curl_pipeline_penalized(struct SessionHandle *data,
32 bool Curl_pipeline_site_blacklisted(struct SessionHandle *handle,
38 bool Curl_pipeline_server_blacklisted(struct SessionHandle *handle,
H A Durl.h30 CURLcode Curl_open(struct SessionHandle **curl);
32 CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option,
34 CURLcode Curl_dupset(struct SessionHandle * dst, struct SessionHandle * src);
35 void Curl_freeset(struct SessionHandle * data);
36 CURLcode Curl_close(struct SessionHandle *data); /* opposite of curl_open() */
37 CURLcode Curl_connect(struct SessionHandle *, struct connectdata **,
48 void Curl_free_request_state(struct SessionHandle *data);
57 bool Curl_isPipeliningEnabled(const struct SessionHandle *handle);
58 CURLcode Curl_addHandleToPipeline(struct SessionHandle *handl
[all...]
H A Dprogress.h44 void Curl_pgrsStartNow(struct SessionHandle *data);
45 void Curl_pgrsSetDownloadSize(struct SessionHandle *data, curl_off_t size);
46 void Curl_pgrsSetUploadSize(struct SessionHandle *data, curl_off_t size);
47 void Curl_pgrsSetDownloadCounter(struct SessionHandle *data, curl_off_t size);
48 void Curl_pgrsSetUploadCounter(struct SessionHandle *data, curl_off_t size);
50 void Curl_pgrsResetTimesSizes(struct SessionHandle *data);
51 void Curl_pgrsTime(struct SessionHandle *data, timerid timer);
H A Descape.h27 CURLcode Curl_urldecode(struct SessionHandle *data,
H A Dhostsyn.c66 CURLcode Curl_set_dns_servers(struct SessionHandle *data,
79 CURLcode Curl_set_dns_interface(struct SessionHandle *data,
91 CURLcode Curl_set_dns_local_ip4(struct SessionHandle *data,
103 CURLcode Curl_set_dns_local_ip6(struct SessionHandle *data,
H A Dcurl_sasl.h27 struct SessionHandle;
61 CURLcode Curl_sasl_create_plain_message(struct SessionHandle *data,
68 CURLcode Curl_sasl_create_login_message(struct SessionHandle *data,
78 CURLcode Curl_sasl_create_cram_md5_message(struct SessionHandle *data,
85 CURLcode Curl_sasl_create_digest_md5_message(struct SessionHandle *data,
102 CURLcode Curl_sasl_decode_ntlm_type2_message(struct SessionHandle *data,
107 CURLcode Curl_sasl_create_ntlm_type3_message(struct SessionHandle *data,
117 CURLcode Curl_sasl_create_xoauth2_message(struct SessionHandle *data,
H A Dnon-ascii.h36 CURLcode Curl_convert_clone(struct SessionHandle *data,
41 void Curl_convert_init(struct SessionHandle *data);
42 void Curl_convert_setup(struct SessionHandle *data);
43 void Curl_convert_close(struct SessionHandle *data);
45 CURLcode Curl_convert_to_network(struct SessionHandle *data,
47 CURLcode Curl_convert_from_network(struct SessionHandle *data,
49 CURLcode Curl_convert_from_utf8(struct SessionHandle *data,
51 CURLcode Curl_convert_form(struct SessionHandle *data, struct FormData *form);
H A Dcurl_base64.h25 CURLcode Curl_base64_encode(struct SessionHandle *data,
H A Dtransfer.h25 CURLcode Curl_pretransfer(struct SessionHandle *data);
27 CURLcode Curl_posttransfer(struct SessionHandle *data);
39 CURLcode Curl_follow(struct SessionHandle *data, char *newurl,
51 bool Curl_meets_timecondition(struct SessionHandle *data, time_t timeofdoc);
H A Dhostip.h53 struct SessionHandle;
122 void Curl_resolv_unlock(struct SessionHandle *data,
132 void Curl_hostcache_prune(struct SessionHandle *data);
180 Curl_cache_addr(struct SessionHandle *data, Curl_addrinfo *addr,
201 CURLcode Curl_set_dns_servers(struct SessionHandle *data, char *servers);
207 CURLcode Curl_set_dns_interface(struct SessionHandle *data,
214 CURLcode Curl_set_dns_local_ip4(struct SessionHandle *data,
221 CURLcode Curl_set_dns_local_ip6(struct SessionHandle *data,
227 void Curl_hostcache_clean(struct SessionHandle *data, struct curl_hash *hash);
232 void Curl_hostcache_destroy(struct SessionHandle *dat
[all...]
H A Dshare.h57 CURLSHcode Curl_share_lock (struct SessionHandle *, curl_lock_data,
59 CURLSHcode Curl_share_unlock (struct SessionHandle *, curl_lock_data);
H A Dcookie.h73 struct SessionHandle;
79 struct Cookie *Curl_cookie_add(struct SessionHandle *data,
96 void Curl_flush_cookies(struct SessionHandle *data, int cleanup);
98 struct CookieInfo *Curl_cookie_init(struct SessionHandle *data,
100 struct curl_slist *Curl_cookie_list(struct SessionHandle *data);
101 void Curl_cookie_loadfiles(struct SessionHandle *data);
H A Dcurl_ntlm_msgs.h37 CURLcode Curl_ntlm_create_type3_message(struct SessionHandle *data,
45 CURLcode Curl_ntlm_decode_type2_message(struct SessionHandle *data,
50 CURLcode Curl_ntlm_decode_type2_target(struct SessionHandle *data,
H A Dmultihandle.h69 struct SessionHandle *easyp;
70 struct SessionHandle *easylp; /* last node */
102 struct SessionHandle *closure_handle;
H A Dmultiif.h28 void Curl_expire(struct SessionHandle *data, long milli);
31 void Curl_multi_handlePipeBreak(struct SessionHandle *data);
58 void Curl_multi_set_easy_connection(struct SessionHandle *handle,
H A Dbundles.h32 CURLcode Curl_bundle_create(struct SessionHandle *data,
H A Dhttp_digest.h52 void Curl_digest_cleanup(struct SessionHandle *data);
H A Dhttp_negotiate.h34 void Curl_cleanup_negotiate(struct SessionHandle *data);
H A Dcurl_ntlm_core.h56 void Curl_ntlm_core_mk_lm_hash(struct SessionHandle *data,
65 CURLcode Curl_ntlm_core_mk_nt_hash(struct SessionHandle *data,
H A Dspeedcheck.c31 void Curl_speedinit(struct SessionHandle *data)
36 CURLcode Curl_speedcheck(struct SessionHandle *data,
/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Dvtls.h40 unsigned int Curl_rand(struct SessionHandle *);
51 void Curl_ssl_close_all(struct SessionHandle *data);
54 CURLcode Curl_ssl_set_engine(struct SessionHandle *data, const char *engine);
56 CURLcode Curl_ssl_set_engine_default(struct SessionHandle *data);
57 struct curl_slist *Curl_ssl_engines_list(struct SessionHandle *data);
60 CURLcode Curl_ssl_initsessions(struct SessionHandle *, size_t);
68 void Curl_ssl_free_certinfo(struct SessionHandle *data);
69 int Curl_ssl_init_certinfo(struct SessionHandle * data, int num);
70 CURLcode Curl_ssl_push_certinfo_len(struct SessionHandle * data, int certnum,
73 CURLcode Curl_ssl_push_certinfo(struct SessionHandle * dat
[all...]
H A Dopenssl.h44 int Curl_ossl_close_all(struct SessionHandle *data);
47 CURLcode Curl_ossl_set_engine(struct SessionHandle *data, const char *engine);
54 CURLcode Curl_ossl_set_engine_default(struct SessionHandle *data);
57 struct curl_slist *Curl_ossl_engines_list(struct SessionHandle *data);
64 int Curl_ossl_seed(struct SessionHandle *data);
69 void Curl_ossl_random(struct SessionHandle *data, unsigned char *entropy,
H A Dnssg.h42 int Curl_nss_close_all(struct SessionHandle *data);
49 int Curl_nss_seed(struct SessionHandle *data);
52 CURLcode Curl_nss_force_init(struct SessionHandle *data);
54 void Curl_nss_random(struct SessionHandle *data,

Completed in 200 milliseconds

12345