Home
last modified time | relevance | path

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

/curl/lib/
H A Dbufq.c191 if(pool->spare) { in bufcp_take()
192 chunk = pool->spare; in bufcp_take()
219 pool->spare = chunk; in bufcp_put()
273 chunk->next = q->spare; in Curl_bufq_reset()
274 q->spare = chunk; in Curl_bufq_reset()
295 if(q->spare) { in Curl_bufq_space()
315 if(!q->tail || q->spare) in Curl_bufq_is_full()
329 if(q->spare) { in get_spare()
330 chunk = q->spare; in get_spare()
378 q->spare = chunk; in prune_head()
[all …]
H A Dbufq.h54 struct buf_chunk *spare; /* list of available spare chunks */ member
97 struct buf_chunk *spare; /* list of free chunks, unless `pool` */ member
/curl/src/
H A Dtool_vms.c203 const int spare[8] = {0}; variable
/curl/tests/unit/
H A Dunit2601.c80 chunk = q->spare; in dump_bufq()
114 fail_unless(q.spare == NULL, "init: spare not NULL"); in check_bufq()
/curl/scripts/
H A Dmanagen113 my $spare = 0;
117 while($spare >= 0.90) {
119 $spare--;
123 $spare += $ratio;
/curl/packages/vms/
H A Dgenerate_vax_transfer.com258 ; Macro to reserve a spare entry.
H A Dgnv_libcurl_symbols.opt18 ! This leaves some spare digits for minor patches.
/curl/docs/
H A DFAQ251 our spare time. Companies may pay individual developers to work on curl.

Completed in 20 milliseconds