Searched refs:head (Results 1 – 25 of 309) sorted by relevance
12345678910>>...13
270 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 …]
175 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() local596 head[1] = 127 | WSBIT_MASK; in ws_enc_write_head()[all …]
84 for(l = head; l; l = l->next) { in trim_headers()171 struct curl_slist *head = NULL; in make_headers() local201 if(!head) { in make_headers()212 head = tmp_head; in make_headers()250 head = tmp_head; in make_headers()253 trim_headers(head); in make_headers()260 head = tmp_head; in make_headers()291 for(l = head; l; l = l->next) { in make_headers()304 for(l = head; l; l = l->next) { in make_headers()316 if(l != head) { in make_headers()[all …]
107 struct ifaddrs *iface, *head; in Curl_if2ip() local115 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()
14 Funny-head: yesyes21 Funny-head: yesyes28 Funny-head: yesyes69 Funny-head: yesyes74 Funny-head: yesyes79 Funny-head: yesyes
14 Funny-head: yesyes21 Funny-head: yesyes67 Funny-head: yesyes72 Funny-head: yesyes77 Funny-head: yesyes82 Funny-head: yesyes
23 Funny-head: yesyes30 Funny-head: swsclose37 Funny-head: swsclose44 Funny-head: swsclose89 Funny-head: swsclose
16 Funny-head: yesyes23 Funny-head: yesyes55 Funny-head: yesyes
22 Funny-head: yesyes58 funny-head: yesyes66 "funny-head":["yesyes"],
21 Funny-head: yesyes57 funny-head: yesyes64 "funny-head":["yesyes"],
16 Funny-head: yesyes25 Funny-head: yesyes34 Funny-head: yesyes
18 Funny-head: yesyes30 Funny-head: yesyes41 Funny-head: yesyes50 Funny-head: yesyes
23 Funny-head: yesyes41 http://%HOSTIP:%HTTP2PORT/%TESTNUMBER --http2 --head71 funny-head: yesyes
22 Funny-head: yesyes29 Funny-head: swsclose68 Funny-head: swsclose
23 SCP --head retrieval26 …ient_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%SSH_PWD/%LOGDIR/file%TESTNUMBER.txt --insecure --head
23 SFTP --head retrieval26 …ent_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%SSH_PWD/%LOGDIR/file%TESTNUMBER.txt --insecure --head
19 Funny-head: yesyes31 Funny-head: yesyes42 Funny-head: yesyes51 Funny-head: yesyes
21 FTP --head to get file size only24 ftp://%HOSTIP:%FTPPORT/a/path/%TESTNUMBER --head
21 Funny-head: yesyes33 Funny-head: yesyes44 Funny-head: yesyes53 Funny-head: yesyes
23 Funny-head: yesyes38 --range 1-3 --head http://%HOSTIP:%HTTPPORT/%TESTNUMBER
59 struct Curl_llist_node *head; variable151 head = Curl_llist_head(&llist);152 abort_unless(head, "llist.head is NULL");153 element_next = Curl_node_next(head);
240 struct curl_slist *item, *head = GetLoadedModulePaths(); in wmain() local241 for(item = head; item; item = item->next) in wmain()243 curl_slist_free_all(head); in wmain()244 return head ? 0 : 1; in wmain()
4 Long: head19 # `--head`
Completed in 34 milliseconds