Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 34) sorted by relevance

12

/curl/lib/
H A Dhash.c43 struct Curl_hash *h = (struct Curl_hash *) user; in hash_element_dtor() local
66 Curl_hash_init(struct Curl_hash *h, in Curl_hash_init()
193 Curl_hash_pick(struct Curl_hash *h, void *key, size_t key_len) in Curl_hash_pick()
221 Curl_hash_destroy(struct Curl_hash *h) in Curl_hash_destroy()
240 Curl_hash_clean(struct Curl_hash *h) in Curl_hash_clean()
245 size_t Curl_hash_count(struct Curl_hash *h) in Curl_hash_count()
283 size_t h = 5381; in Curl_hash_str() local
318 struct Curl_hash *h; in Curl_hash_next_element() local
383 void Curl_hash_offt_init(struct Curl_hash *h, in Curl_hash_offt_init()
395 int Curl_hash_offt_remove(struct Curl_hash *h, curl_off_t id) in Curl_hash_offt_remove()
[all …]
H A Dhsts.c80 struct hsts *h = calloc(1, sizeof(struct hsts)); in Curl_hsts_init() local
95 struct hsts *h = *hp; in Curl_hsts_cleanup() local
110 static CURLcode hsts_create(struct hsts *h, in hsts_create()
143 CURLcode Curl_hsts_parse(struct hsts *h, const char *hostname, in Curl_hsts_parse()
249 struct stsentry *Curl_hsts(struct hsts *h, const char *hostname, in Curl_hsts()
353 CURLcode Curl_hsts_save(struct Curl_easy *data, struct hsts *h, in Curl_hsts_save()
414 static CURLcode hsts_add(struct hsts *h, char *line) in hsts_add()
458 static CURLcode hsts_pull(struct Curl_easy *data, struct hsts *h) in hsts_pull()
506 static CURLcode hsts_load(struct hsts *h, const char *file) in hsts_load()
545 struct hsts *h, const char *file) in Curl_hsts_loadfile()
[all …]
H A Dhostip4.c129 struct hostent *h = NULL; in Curl_ipv4_resolve_r() local
H A Dsetopt.c198 const struct Curl_handler *h = Curl_getn_scheme_handler(token, tlen); in protocol2num() local
3106 struct curl_slist *h; in Curl_vsetopt() local
H A Damigaos.c131 struct hostent *h; in Curl_ipv4_resolve_r() local
H A Durlapi.c438 const struct Curl_handler *h = NULL; in parse_hostname_login() local
593 char *h = &hostname[len + 1]; in ipv6_parse() local
1471 const struct Curl_handler *h = Curl_get_scheme_handler(u->scheme); in curl_url_get() local
1480 const struct Curl_handler *h = Curl_get_scheme_handler(u->scheme); in curl_url_get() local
1528 const struct Curl_handler *h = NULL; in curl_url_get() local
H A Dcf-h1-proxy.c574 struct hyptransfer *h = &data->hyp; in start_CONNECT() local
798 struct hyptransfer *h = &data->hyp; in send_CONNECT() local
836 struct hyptransfer *h = &data->hyp; in recv_CONNECT_resp() local
H A Dc-hyper.c345 struct hyptransfer *h = &data->hyp; in Curl_hyper_stream() local
826 struct hyptransfer *h = &data->hyp; in Curl_http() local
1193 struct hyptransfer *h = &data->hyp; in Curl_hyper_done() local
H A Dsmb.c115 struct smb_header h; member
182 struct smb_header h; member
212 struct smb_header h; member
545 static void smb_format_message(struct Curl_easy *data, struct smb_header *h, in smb_format_message()
849 struct smb_header *h; in smb_connection_state() local
946 struct smb_header *h; in smb_request_state() local
H A Dcurl_addrinfo.c388 struct hostent *h; in Curl_ip2addr() local
H A Dheaders.c48 struct curl_header *h = hout; in copy_header_external() local
H A Dparsedate.c313 int *h, int *m, int *s, char **endp) in match_time()
H A Dprogress.c42 curl_off_t h; in time2str() local
H A Dhttp2.c822 char *curl_pushheader_bynum(struct curl_pushheaders *h, size_t num) in curl_pushheader_bynum()
838 char *curl_pushheader_byname(struct curl_pushheaders *h, const char *header) in curl_pushheader_byname()
1513 char *h; in on_header() local
2943 char *curl_pushheader_bynum(struct curl_pushheaders *h, size_t num) in curl_pushheader_bynum()
2950 char *curl_pushheader_byname(struct curl_pushheaders *h, const char *header) in curl_pushheader_byname()
H A Dsha256.c367 #define RND(a,b,c,d,e,f,g,h,i) \ in sha256_compress() argument
/curl/docs/examples/
H A Dparseurl.c37 CURLU *h; in main() local
H A Dheaderapi.c67 struct curl_header *h; in main() local
/curl/tests/libtest/
H A Dlib1947.c40 struct curl_header *h; in test() local
/curl/tests/unit/
H A Dunit1653.c48 char *h, bool has_scheme) in parse_port()
/curl/docs/libcurl/
H A Dcurl_mprintf.md173 ## h section
/curl/lib/vtls/
H A Dcipher_suite.c167 #define CS_ZIP_IDX(a, b, c, d, e, f, g, h) \ argument
176 #define CS_ENTRY(id, a, b, c, d, e, f, g, h) \ argument
/curl/src/
H A Dtool_progress.c109 curl_off_t h; in time2str() local
/curl/tests/http/clients/
H A Dh2-pausing.c167 CURL *h; member
/curl/CMake/
H A DCurlTests.c76 struct hostent h; in main() local
/curl/packages/OS400/
H A Dccsidcurl.c1334 curl_pushheader_bynum_cssid(struct curl_pushheaders *h, in curl_pushheader_bynum_cssid()
1348 curl_pushheader_byname_ccsid(struct curl_pushheaders *h, const char *header, in curl_pushheader_byname_ccsid()

Completed in 84 milliseconds

12