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()
254 struct stsentry *Curl_hsts(struct hsts *h, const char *hostname, in Curl_hsts()
360 CURLcode Curl_hsts_save(struct Curl_easy *data, struct hsts *h, in Curl_hsts_save()
421 static CURLcode hsts_add(struct hsts *h, char *line) in hsts_add()
465 static CURLcode hsts_pull(struct Curl_easy *data, struct hsts *h) in hsts_pull()
513 static CURLcode hsts_load(struct hsts *h, const char *file) in hsts_load()
552 struct hsts *h, const char *file) in Curl_hsts_loadfile()
[all …]
H A Dhostip4.c130 struct hostent *h = NULL; in Curl_ipv4_resolve_r() local
H A Damigaos.c131 struct hostent *h; in Curl_ipv4_resolve_r() local
H A Dsetopt.c198 const struct Curl_handler *h = Curl_getn_scheme_handler(token, tlen); in protocol2num() local
2607 struct curl_slist *h; in setopt_cptr() 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
1466 const struct Curl_handler *h = Curl_get_scheme_handler(u->scheme); in curl_url_get() local
1475 const struct Curl_handler *h = Curl_get_scheme_handler(u->scheme); in curl_url_get() local
1523 const struct Curl_handler *h = NULL; in curl_url_get() 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 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 Dsmb.c118 struct smb_header h; member
185 struct smb_header h; member
215 struct smb_header h; member
534 static void smb_format_message(struct Curl_easy *data, struct smb_header *h, in smb_format_message()
843 struct smb_header *h; in smb_connection_state() local
940 struct smb_header *h; in smb_request_state() 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.c827 char *curl_pushheader_bynum(struct curl_pushheaders *h, size_t num) in curl_pushheader_bynum()
843 char *curl_pushheader_byname(struct curl_pushheaders *h, const char *header) in curl_pushheader_byname()
1531 char *h; in on_header() local
2994 char *curl_pushheader_bynum(struct curl_pushheaders *h, size_t num) in curl_pushheader_bynum()
3001 char *curl_pushheader_byname(struct curl_pushheaders *h, const char *header) in curl_pushheader_byname()
H A Dcurl_sha512_256.c477 curl_uint64_t h = H[7]; in MHDx_sha512_256_transform() local
/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_cb_hdr.c67 struct curl_slist *h = hdrcbdata->headlist; in tool_write_headers() local
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.c77 struct hostent h; in main() local
/curl/packages/OS400/
H A Dccsidcurl.c1335 curl_pushheader_bynum_cssid(struct curl_pushheaders *h, in curl_pushheader_bynum_cssid()
1349 curl_pushheader_byname_ccsid(struct curl_pushheaders *h, const char *header, in curl_pushheader_byname_ccsid()

Completed in 57 milliseconds

12