Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 12 of 12) sorted by relevance

/curl/lib/
H A Dbufq.c263 q->tail = NULL; in Curl_bufq_free()
276 q->tail = NULL; in Curl_bufq_reset()
293 if(q->tail) in Curl_bufq_space()
400 while(q->tail && chunk_is_empty(q->tail)) { in prune_tail()
403 if(q->tail) in prune_tail()
430 if(q->tail && !chunk_is_full(q->tail)) in get_non_full_tail()
431 return q->tail; in get_non_full_tail()
435 if(q->tail) { in get_non_full_tail()
458 if(!tail) { in Curl_bufq_write()
674 if(!tail) { in Curl_bufq_sipn()
[all …]
H A Dbufq.h96 struct buf_chunk *tail; /* chunk to write to */ member
H A Dhostip.c1169 struct Curl_addrinfo *head = NULL, *tail = NULL; in Curl_loadhostpairs()
1247 if(tail) { in Curl_loadhostpairs()
1248 tail->ai_next = ai; in Curl_loadhostpairs()
1249 tail = tail->ai_next; in Curl_loadhostpairs()
1252 head = tail = ai; in Curl_loadhostpairs()
H A Durl.c3895 struct Curl_data_prio_node **tail; local
3911 tail = &child->set.priority.children;
3912 while(*tail)
3913 tail = &(*tail)->next;
3915 DEBUGASSERT(!*tail);
3916 *tail = parent->set.priority.children;
3920 tail = &parent->set.priority.children;
3921 while(*tail) {
3923 tail = &(*tail)->next;
3926 DEBUGASSERT(!*tail);
[all …]
H A Dcfilters.c328 struct Curl_cfilter *tail, **pnext; in Curl_conn_cf_insert_after() local
334 tail = cf_at->next; in Curl_conn_cf_insert_after()
342 *pnext = tail; in Curl_conn_cf_insert_after()
/curl/.circleci/
H A Dconfig.yml85 || { tail -1000 config.log; false; }
94 || { tail -1000 config.log; false; }
103 || { tail -1000 config.log; false; }
112 || { tail -1000 config.log; false; }
121 || { tail -1000 config.log; false; }
131 || { tail -1000 config.log; false; }
140 || { tail -1000 config.log; false; }
/curl/tests/unit/
H A Dunit2601.c44 if(!q->tail) { in tail_err()
50 if(chunk == q->tail) { in tail_err()
113 fail_unless(q.tail == NULL, "init: tail not NULL"); in check_bufq()
160 if(q.tail) { in check_bufq()
/curl/scripts/
H A Dcontributors.sh41 start=$(git tag --sort=taggerdate | grep "^curl-" | tail -1)
H A Dcontrithanks.sh40 start=$(git tag --sort=taggerdate | grep "^curl-" | tail -1)
/curl/.github/workflows/
H A Dnon-native.yml146 --disable-dependency-tracking || { tail -n 1000 config.log; false; }
209 --disable-dependency-tracking || { tail -n 1000 config.log; false; }
/curl/tests/
H A Druntests.pl2783 my @tail;
2792 push @tail, " $line\n";
2801 if(@tail) {
2804 my $tailtotal = scalar @tail;
2810 logmsg "$tail[$_]";
/curl/packages/vms/
H A Dconfig_h.com1848 $! Write out the tail
1961 $! gosub to write out the tail for config.h and close it

Completed in 46 milliseconds