Home
last modified time | relevance | path

Searched refs:anchor (Results 1 – 8 of 8) sorted by relevance

/curl/lib/
H A Dsendf.c463 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 …]
H A Dbufq.c164 static void chunk_list_free(struct buf_chunk **anchor) in chunk_list_free() argument
167 while(*anchor) { in chunk_list_free()
168 chunk = *anchor; in chunk_list_free()
169 *anchor = chunk->next; in chunk_list_free()
H A Dheaders.c58 h->anchor = e; in copy_header_external()
146 pick = prev->anchor; in curl_easy_nextheader()
/curl/tests/data/
H A Dtest208136 Automatic referrer credential and anchor stripping check
39 http://user:pass@%HOSTIP:%HTTPPORT/we/want/our/%TESTNUMBER#anchor --location --referer ';auto' --wr…
/curl/include/curl/
H A Dheader.h37 void *anchor; /* handle privately used by libcurl */ member
/curl/docs/libcurl/
H A Dcurl_easy_header.md89 void *anchor;
114 **anchor** is a private handle used by libcurl internals. Do not modify.
H A Dlibcurl-url.md115 rc = curl_url_set(urlp, CURLUPART_FRAGMENT, "anchor", 0);
/curl/packages/OS400/
H A Dcurl.inc.in2499 d anchor * void *

Completed in 67 milliseconds