Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 154) sorted by relevance

1234567

/curl/lib/
H A Dslist.c46 while(item->next) { in slist_get_last()
47 item = item->next; in slist_get_last()
72 new_item->next = NULL; in Curl_slist_append_nodup()
80 last->next = new_item; in Curl_slist_append_nodup()
125 inlist = inlist->next; in Curl_slist_duplicate()
133 struct curl_slist *next; in curl_slist_free_all() local
141 next = item->next; in curl_slist_free_all()
144 item = next; in curl_slist_free_all()
145 } while(next); in curl_slist_free_all()
H A Dcfilters.c56 if(cf->next) in Curl_cf_def_close()
57 cf->next->cft->do_close(cf->next, data); in Curl_cf_def_close()
77 if(cf->next) in Curl_cf_def_get_host()
99 return cf->next ? in Curl_cf_def_data_pending()
100 cf->next->cft->has_data_pending(cf->next, data) : FALSE; in Curl_cf_def_data_pending()
107 return cf->next ? in Curl_cf_def_send()
108 cf->next->cft->do_send(cf->next, data, buf, len, eos, err) : in Curl_cf_def_send()
116 cf->next->cft->do_recv(cf->next, data, buf, len, err) : in Curl_cf_def_recv()
125 cf->next->cft->is_alive(cf->next, data, input_pending) : in Curl_cf_def_conn_is_alive()
133 cf->next->cft->keep_alive(cf->next, data) : in Curl_cf_def_conn_keep_alive()
[all …]
H A Dhttp_proxy.c181 result = cf->next->cft->do_connect(cf->next, data, blocking, done); in http_proxy_cf_connect()
188 int alpn = Curl_conn_cf_is_ssl(cf->next) ? in http_proxy_cf_connect()
202 cf_protocol = cf->next; in http_proxy_cf_connect()
211 cf_protocol = cf->next; in http_proxy_cf_connect()
255 cf->next->cft->get_host(cf->next, data, phost, pdisplay_host, pport); in Curl_cf_http_proxy_get_host()
280 for(f = cf->next; f; f = f->next) { in http_proxy_cf_close()
289 if(cf->next) in http_proxy_cf_close()
290 cf->next->cft->do_close(cf->next, data); in http_proxy_cf_close()
H A Dcf-haproxy.c85 result = Curl_conn_cf_get_ip_info(cf->next, data, &is_ipv6, &ipquad); in cf_haproxy_date_out_set()
120 result = cf->next->cft->do_connect(cf->next, data, blocking, done); in cf_haproxy_connect()
135 nwritten = Curl_conn_cf_send(cf->next, data, in cf_haproxy_connect()
177 if(cf->next) in cf_haproxy_close()
178 cf->next->cft->do_close(cf->next, data); in cf_haproxy_close()
185 if(cf->next->connected && !cf->connected) { in cf_haproxy_adjust_pollset()
H A Dcf-https-connect.c135 cf->next = NULL; in cf_hc_baller_init()
139 b->cf = cf->next; in cf_hc_baller_init()
140 cf->next = save; in cf_hc_baller_init()
150 cf->next = b->cf; in cf_hc_baller_connect()
153 cf->next = save; in cf_hc_baller_connect()
194 cf->next = winner->cf; in baller_connected()
413 return cf->next->cft->has_data_pending(cf->next, data); in cf_hc_data_pending()
474 return cf->next ? in cf_hc_query()
475 cf->next->cft->query(cf->next, data, query, pres1, pres2) : in cf_hc_query()
502 if(cf->next) { in cf_hc_close()
[all …]
H A Dbufq.c55 chunk->next = NULL; in chunk_reset()
169 *anchor = chunk->next; in chunk_list_free()
272 q->head = chunk->next; in Curl_bufq_reset()
273 chunk->next = q->spare; in Curl_bufq_reset()
285 chunk = chunk->next; in Curl_bufq_len()
299 chunk = chunk->next; in Curl_bufq_space()
331 q->spare = chunk->next; in get_spare()
361 q->head = chunk->next; in prune_head()
389 if(head->next == chunk) in chunk_prev()
391 head = head->next; in chunk_prev()
[all …]
H A Dcw-out.c79 struct cw_out_buf *next; member
137 struct cw_out_buf *next = ctx->buf->next; in cw_out_bufs_free() local
139 ctx->buf = next; in cw_out_bufs_free()
149 cwbuf = cwbuf->next; in cw_out_bufs_len()
304 while(cwbuf->next) { in cw_out_flush_chain()
305 struct cw_out_buf **plast = &cwbuf->next; in cw_out_flush_chain()
306 while((*plast)->next) in cw_out_flush_chain()
307 plast = &(*plast)->next; in cw_out_flush_chain()
342 cwbuf->next = ctx->buf; in cw_out_append()
H A Dconnect.c1003 if(cf->next) { in cf_he_close()
1004 cf->next->cft->do_close(cf->next, data); in cf_he_close()
1016 return cf->next->cft->has_data_pending(cf->next, data); in cf_he_data_pending()
1260 if(cf->next && !cf->next->connected) { in cf_setup_connect()
1271 if(!cf->next || !cf->next->connected) in cf_setup_connect()
1282 if(!cf->next || !cf->next->connected) in cf_setup_connect()
1304 if(!cf->next || !cf->next->connected) in cf_setup_connect()
1323 if(!cf->next || !cf->next->connected) in cf_setup_connect()
1339 if(!cf->next || !cf->next->connected) in cf_setup_connect()
1358 if(cf->next) { in cf_setup_close()
[all …]
H A Dsendf.c158 r = r->next; in Curl_client_start()
473 writer->next = *anchor; in Curl_cwriter_add()
508 *anchor = w->next; in Curl_cwriter_remove_by_name()
557 if(reader->next) in Curl_creader_def_read()
558 return reader->next->crt->do_read(data, reader->next, buf, blen, in Curl_creader_def_read()
578 return reader->next ? in Curl_creader_def_total_length()
579 reader->next->crt->total_length(data, reader->next) : -1; in Curl_creader_def_total_length()
1159 reader->next = *anchor; in Curl_creader_add()
1211 reader = reader->next; in Curl_creader_needs_rewind()
1386 r = r->next; in Curl_creader_client_length()
[all …]
/curl/docs/cmdline-opts/
H A Dnext.md5 Long: next
10 Help: Make next URL use separate options
17 - $URL --next -d postthis www2.example.com
18 - -I $URL --next https://example.net/
21 # `--next`
27 --next resets all local options and only global ones have their values survive
28 over to the operation following the --next instruction. Global options include
33 curl www1.example.com --next -d postthis www2.example.com
/curl/tests/data/
H A Dtest4225 --next
21 use --next with missing URL before it
24 -O -I --next http://%HOSTIP:%HTTPPORT/%TESTNUMBER
32 curl: missing URL before --next
33 curl: option --next: is badly used here
H A Dtest4315 --next
41 --next
47 --next
57 Two -K uses with --next and then one on cmdline
60 -K %LOGDIR/config%TESTNUMBER-a -K %LOGDIR/config%TESTNUMBER-b --next -d c %HOSTIP:%HTTPPORT/%TESTNU…
H A Dtest4325 --next
41 --next
45 --next
52 --next
62 Use -K with --next and --config from within
H A Dtest4305 --next
41 --next
47 --next
53 --next
63 Three -K uses with --next and --data in each
H A Dtest68620 verify return code for missing URL after --next
23 htdhdhdtp://localhost --next
H A Dtest204934next http://www2.example.com:8082/%TESTNUMBER --connect-to :8082:%HOSTIP:%HTTPPORT --next http://w…
H A Dtest205434next http://www.example.com:%HTTPPORT/%TESTNUMBER --connect-to www.example.com::%HOSTIP: --connect…
H A Dtest205134 …w "%{num_connects}\n" --next --connect-to ::%HOSTIP:%HTTPPORT http://%HOSTIP:%HTTPPORT/%TESTNUMBER…
/curl/src/
H A Dtool_parsecfg.c205 operation->next = malloc(sizeof(struct OperationConfig)); in parseconfig()
206 if(operation->next) { in parseconfig()
208 config_init(operation->next); in parseconfig()
211 operation->next->global = global; in parseconfig()
214 global->last = operation->next; in parseconfig()
217 operation->next->prev = operation; in parseconfig()
218 operation = operation->next; in parseconfig()
H A Dslist_wc.c59 list->last->next = new_item; in slist_wc_append()
60 list->last = list->last->next; in slist_wc_append()
H A Dtool_easysrc.c148 for(ptr = easysrc_toohard->first; ptr; ptr = ptr->next) in easysrc_perform()
197 for(ptr = easysrc_decl->first; ptr; ptr = ptr->next) in dumpeasysrc()
205 for(ptr = easysrc_data->first; ptr; ptr = ptr->next) in dumpeasysrc()
211 for(ptr = easysrc_code->first; ptr; ptr = ptr->next) { in dumpeasysrc()
222 for(ptr = easysrc_clean->first; ptr; ptr = ptr->next) in dumpeasysrc()
H A Dtool_operhlp.c41 struct getout *next; in clean_getout() local
45 next = node->next; in clean_getout()
50 node = next; in clean_getout()
H A Dvar.h31 struct tool_var *next; member
/curl/tests/unit/
H A Dunit2604.c41 const char *next; /* what cp points to after the call */ member
100 if(cp && strcmp(cp, list[i].next)) {
102 cp, list[i].next);
/curl/docs/libcurl/opts/
H A DCURLINFO_RTSP_CLIENT_CSEQ.md19 CURLINFO_RTSP_CLIENT_CSEQ - get the next RTSP client CSeq
32 Pass a pointer to a long to receive the next CSeq that is expected to be used

Completed in 71 milliseconds

1234567