Home
last modified time | relevance | path

Searched refs:head (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/curl/lib/
H A Dbufq.c270 while(q->head) { in Curl_bufq_reset()
271 chunk = q->head; in Curl_bufq_reset()
310 return !q->head || chunk_is_empty(q->head); in Curl_bufq_is_empty()
359 while(q->head && chunk_is_empty(q->head)) { in prune_head()
360 chunk = q->head; in prune_head()
386 while(head) { in chunk_prev()
387 if(head == chunk) in chunk_prev()
390 return head; in chunk_prev()
391 head = head->next; in chunk_prev()
536 if(q->head && chunk_is_empty(q->head)) { in Curl_bufq_peek()
[all …]
H A Dws.c175 dec->head[0] = *inbuf; in ws_dec_read_head()
189 dec->head[1] = *inbuf; in ws_dec_read_head()
193 if(dec->head[1] & WSBIT_MASK) { in ws_dec_read_head()
200 if(dec->head[1] == 126) { in ws_dec_read_head()
204 else if(dec->head[1] == 127) { in ws_dec_read_head()
229 dec->payload_len = (dec->head[2] << 8) | dec->head[3]; in ws_dec_read_head()
232 if(dec->head[2] > 127) { in ws_dec_read_head()
243 dec->head[9]; in ws_dec_read_head()
547 unsigned char head[14]; in ws_enc_write_head() local
596 head[1] = 127 | WSBIT_MASK; in ws_enc_write_head()
[all …]
H A Dhttp_aws_sigv4.c84 for(l = head; l; l = l->next) { in trim_headers()
175 struct curl_slist *head = NULL; in make_headers() local
216 if(!head) in make_headers()
225 head = tmp_head; in make_headers()
263 head = tmp_head; in make_headers()
266 trim_headers(head); in make_headers()
273 head = tmp_head; in make_headers()
304 for(l = head; l; l = l->next) { in make_headers()
317 for(l = head; l; l = l->next) { in make_headers()
329 if(l != head) { in make_headers()
[all …]
H A Dif2ip.c107 struct ifaddrs *iface, *head; in Curl_if2ip() local
115 if(getifaddrs(&head) >= 0) { in Curl_if2ip()
116 for(iface = head; iface != NULL; iface = iface->ifa_next) { in Curl_if2ip()
176 freeifaddrs(head); in Curl_if2ip()
/curl/tests/data/
H A Dtest1814 Funny-head: yesyes
21 Funny-head: yesyes
28 Funny-head: yesyes
69 Funny-head: yesyes
74 Funny-head: yesyes
79 Funny-head: yesyes
H A Dtest123514 Funny-head: yesyes
21 Funny-head: yesyes
67 Funny-head: yesyes
72 Funny-head: yesyes
77 Funny-head: yesyes
82 Funny-head: yesyes
H A Dtest8623 Funny-head: yesyes
30 Funny-head: swsclose
37 Funny-head: swsclose
44 Funny-head: swsclose
89 Funny-head: swsclose
H A Dtest8716 Funny-head: yesyes
23 Funny-head: yesyes
55 Funny-head: yesyes
H A Dtest132816 Funny-head: yesyes
25 Funny-head: yesyes
34 Funny-head: yesyes
H A Dtest250321 Funny-head: yesyes
57 funny-head: yesyes
64 "funny-head":["yesyes"],
H A Dtest240322 Funny-head: yesyes
58 funny-head: yesyes
66 "funny-head":["yesyes"],
H A Dtest33018 Funny-head: yesyes
30 Funny-head: yesyes
41 Funny-head: yesyes
50 Funny-head: yesyes
H A Dtest7422 Funny-head: yesyes
29 Funny-head: swsclose
68 Funny-head: swsclose
H A Dtest170223 Funny-head: yesyes
41 http://%HOSTIP:%HTTP2PORT/%TESTNUMBER --http2 --head
71 funny-head: yesyes
H A Dtest64023 SFTP --head retrieval
26 …ent_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%SSH_PWD/%LOGDIR/file%TESTNUMBER.txt --insecure --head
H A Dtest64123 SCP --head retrieval
26 …ient_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%SSH_PWD/%LOGDIR/file%TESTNUMBER.txt --insecure --head
H A Dtest23319 Funny-head: yesyes
31 Funny-head: yesyes
42 Funny-head: yesyes
51 Funny-head: yesyes
H A Dtest31719 Funny-head: yesyes
31 Funny-head: yesyes
42 Funny-head: yesyes
51 Funny-head: yesyes
H A Dtest31819 Funny-head: yesyes
31 Funny-head: yesyes
42 Funny-head: yesyes
51 Funny-head: yesyes
H A Dtest10421 FTP --head to get file size only
24 ftp://%HOSTIP:%FTPPORT/a/path/%TESTNUMBER --head
H A Dtest23421 Funny-head: yesyes
33 Funny-head: yesyes
44 Funny-head: yesyes
53 Funny-head: yesyes
H A Dtest103223 Funny-head: yesyes
38 --range 1-3 --head http://%HOSTIP:%HTTPPORT/%TESTNUMBER
/curl/src/
H A Dtool_main.c240 struct curl_slist *item, *head = GetLoadedModulePaths(); in wmain() local
241 for(item = head; item; item = item->next) in wmain()
243 curl_slist_free_all(head); in wmain()
244 return head ? 0 : 1; in wmain()
/curl/tests/unit/
H A Dunit1300.c59 struct Curl_llist_node *head; variable
151 head = Curl_llist_head(&llist);
152 abort_unless(head, "llist.head is NULL");
153 element_next = Curl_node_next(head);
/curl/docs/cmdline-opts/
H A Dhead.md4 Long: head
19 # `--head`

Completed in 29 milliseconds

12345678910>>...13