/curl/lib/ |
H A D | splay.c | 110 DEBUGASSERT(node); in Curl_splayinsert() 122 node->samen = t; in Curl_splayinsert() 132 node->smaller = node->larger = NULL; in Curl_splayinsert() 136 node->larger = t; in Curl_splayinsert() 145 node->key = i; in Curl_splayinsert() 148 node->samen = node; in Curl_splayinsert() 149 node->samep = node; in Curl_splayinsert() 150 return node; in Curl_splayinsert() 289 DEBUGASSERT(node); in Curl_splayset() 295 DEBUGASSERT(node); in Curl_splayget() [all …]
|
H A D | splay.h | 55 void Curl_splayset(struct Curl_tree *node, void *payload); 56 void *Curl_splayget(struct Curl_tree *node);
|
H A D | llist.h | 57 const void *, struct Curl_llist_node *node); 59 const void *, struct Curl_llist_node *node);
|
H A D | headers.h | 31 struct Curl_llist_node node; member
|
H A D | hsts.h | 37 struct Curl_llist_node node; member
|
H A D | altsvc.h | 51 struct Curl_llist_node node; member
|
H A D | cookie.h | 33 struct Curl_llist_node node; /* for the main cookie list */ member
|
H A D | headers.c | 250 Curl_node_remove(&hs->node); in unfold_value() 267 Curl_llist_append(&data->state.httphdrs, newhs, &newhs->node); in unfold_value() 330 Curl_llist_append(&data->state.httphdrs, hs, &hs->node); in Curl_headers_push()
|
H A D | hsts.c | 138 Curl_llist_append(&h->list, sts, &sts->node); in hsts_create() 223 Curl_node_remove(&sts->node); in Curl_hsts_parse() 277 Curl_node_remove(&sts->node); in Curl_hsts()
|
H A D | altsvc.c | 196 Curl_llist_append(&asi->list, as, &as->node); in altsvc_add() 644 Curl_llist_append(&asi->list, as, &as->node); in Curl_altsvc_parse()
|
H A D | multi.c | 3441 struct time_node *node = Curl_node_elem(e); local 3442 timediff_t diff = Curl_timediff_us(node->time, now); 3459 struct time_node *node = Curl_node_elem(e); local 3461 memcpy(tv, &node->time, sizeof(*tv)); 3897 struct time_node *node; local 3902 node = &data->state.expires[eid]; 3905 memcpy(&node->time, stamp, sizeof(*stamp)); 3906 node->eid = eid; /* also marks it as in use */ 3913 timediff_t diff = Curl_timediff(check->time, node->time); 3923 Curl_llist_insert_next(timeoutlist, prev, node, &node->list);
|
H A D | asyn-ares.c | 663 static struct Curl_addrinfo *ares2addr(struct ares_addrinfo_node *node) in ares2addr() argument 671 for(ai = node; ai != NULL; ai = ai->ai_next) { in ares2addr()
|
H A D | url.c | 3905 struct Curl_data_prio_node *node = parent->set.priority.children; local 3906 while(node) { 3907 node->data->set.priority.parent = child; 3908 node = node->next;
|
H A D | cookie.c | 1171 Curl_llist_append(&ci->cookielist[myhash], co, &co->node); in Curl_cookie_add()
|
/curl/src/ |
H A D | tool_operhlp.c | 42 struct getout *node = config->url_list; in clean_getout() local 44 while(node) { in clean_getout() 45 next = node->next; in clean_getout() 46 Curl_safefree(node->url); in clean_getout() 47 Curl_safefree(node->outfile); in clean_getout() 48 Curl_safefree(node->infile); in clean_getout() 49 Curl_safefree(node); in clean_getout() 50 node = next; in clean_getout()
|
H A D | tool_paramhlp.c | 44 struct getout *node = calloc(1, sizeof(struct getout)); in new_getout() local 46 if(node) { in new_getout() 51 last->next = node; in new_getout() 53 config->url_list = node; /* first node */ in new_getout() 56 config->url_last = node; in new_getout() 58 node->flags = config->default_node_flags; in new_getout() 59 node->num = outnum++; in new_getout() 61 return node; in new_getout()
|
/curl/tests/unit/ |
H A D | unit1309.c | 42 struct Curl_tree *node; in splayprint() local 58 for(count = 0, node = t->samen; node != t; node = node->samen, count++) in splayprint()
|
/curl/docs/examples/ |
H A D | crawler.c | 143 const xmlNode *node = nodeset->nodeTab[x]->xmlChildrenNode; in follow_links() local 144 xmlChar *href = xmlNodeListGetString(doc, node, 1); in follow_links()
|
/curl/docs/cmdline-opts/ |
H A D | ipfs-gateway.md | 24 If you run a local IPFS node, this gateway is by default available under
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_CONNECT_TO.md | 55 specific cluster node in a cluster of servers.
|
/curl/tests/http/ |
H A D | test_17_ssl_use.py | 50 if 'httpd' not in request.node._fixtureinfo.argnames:
|
/curl/packages/OS400/ |
H A D | README.OS400 | 267 please see https://www.ibm.com/support/pages/node/6258183
|
/curl/docs/ |
H A D | FAQ | 560 Java, Julia, Lisp, Lua, Mono, .NET, node.js, Object-Pascal, OCaml, Pascal,
|