Home
last modified time | relevance | path

Searched refs:node (Results 1 – 23 of 23) sorted by relevance

/curl/lib/
H A Dsplay.c110 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 Dsplay.h55 void Curl_splayset(struct Curl_tree *node, void *payload);
56 void *Curl_splayget(struct Curl_tree *node);
H A Dllist.h57 const void *, struct Curl_llist_node *node);
59 const void *, struct Curl_llist_node *node);
H A Dheaders.h31 struct Curl_llist_node node; member
H A Dhsts.h37 struct Curl_llist_node node; member
H A Daltsvc.h51 struct Curl_llist_node node; member
H A Dcookie.h33 struct Curl_llist_node node; /* for the main cookie list */ member
H A Dheaders.c250 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 Dhsts.c138 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 Daltsvc.c196 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 Dmulti.c3441 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 Dasyn-ares.c663 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 Durl.c3905 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 Dcookie.c1171 Curl_llist_append(&ci->cookielist[myhash], co, &co->node); in Curl_cookie_add()
/curl/src/
H A Dtool_operhlp.c42 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 Dtool_paramhlp.c44 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 Dunit1309.c42 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 Dcrawler.c143 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 Dipfs-gateway.md24 If you run a local IPFS node, this gateway is by default available under
/curl/docs/libcurl/opts/
H A DCURLOPT_CONNECT_TO.md55 specific cluster node in a cluster of servers.
/curl/tests/http/
H A Dtest_17_ssl_use.py50 if 'httpd' not in request.node._fixtureinfo.argnames:
/curl/packages/OS400/
H A DREADME.OS400267 please see https://www.ibm.com/support/pages/node/6258183
/curl/docs/
H A DFAQ560 Java, Julia, Lisp, Lua, Mono, .NET, node.js, Object-Pascal, OCaml, Pascal,

Completed in 51 milliseconds