Searched refs:anchor (Results 1 – 8 of 8) sorted by relevance
463 if(!*anchor) { in Curl_cwriter_add()471 while(*anchor && (*anchor)->phase < writer->phase) in Curl_cwriter_add()472 anchor = &((*anchor)->next); in Curl_cwriter_add()474 *anchor = writer; in Curl_cwriter_add()505 while(*anchor) { in Curl_cwriter_remove_by_name()508 *anchor = w->next; in Curl_cwriter_remove_by_name()512 anchor = &((*anchor)->next); in Curl_cwriter_remove_by_name()1149 if(!*anchor) { in Curl_creader_add()1157 while(*anchor && (*anchor)->phase < reader->phase) in Curl_creader_add()1158 anchor = &((*anchor)->next); in Curl_creader_add()[all …]
164 static void chunk_list_free(struct buf_chunk **anchor) in chunk_list_free() argument167 while(*anchor) { in chunk_list_free()168 chunk = *anchor; in chunk_list_free()169 *anchor = chunk->next; in chunk_list_free()
58 h->anchor = e; in copy_header_external()146 pick = prev->anchor; in curl_easy_nextheader()
36 Automatic referrer credential and anchor stripping check39 http://user:pass@%HOSTIP:%HTTPPORT/we/want/our/%TESTNUMBER#anchor --location --referer ';auto' --wr…
37 void *anchor; /* handle privately used by libcurl */ member
89 void *anchor;114 **anchor** is a private handle used by libcurl internals. Do not modify.
115 rc = curl_url_set(urlp, CURLUPART_FRAGMENT, "anchor", 0);
2499 d anchor * void *
Completed in 29 milliseconds