Searched refs:pool (Results 1 – 18 of 18) sorted by relevance
/curl/lib/ |
H A D | bufq.c | 181 memset(pool, 0, sizeof(*pool)); in Curl_bufcp_init() 191 if(pool->spare) { in bufcp_take() 192 chunk = pool->spare; in bufcp_take() 194 --pool->spare_count; in bufcp_take() 213 if(pool->spare_count >= pool->spare_max) { in bufcp_put() 219 pool->spare = chunk; in bufcp_put() 238 q->pool = pool; in bufq_init() 256 bufq_init(q, pool, pool->chunk_size, max_chunks, opts); in Curl_bufq_initp() 339 if(q->pool) { in get_spare() 364 if(q->pool) { in prune_head() [all …]
|
H A D | bufq.h | 60 void Curl_bufcp_init(struct bufc_pool *pool, 63 void Curl_bufcp_free(struct bufc_pool *pool); 98 struct bufc_pool *pool; /* optional pool for free chunks */ member 134 void Curl_bufq_initp(struct bufq *q, struct bufc_pool *pool,
|
/curl/tests/http/testenv/mod_curltest/ |
H A D | mod_curltest.c | 38 static void curltest_hooks(apr_pool_t *pool); 67 apr_pool_userdata_get(&data, key, s->process->pool); in curltest_post_config() 80 static void curltest_hooks(apr_pool_t *pool) in curltest_hooks() argument 205 args = apr_cstr_split(r->args, "&", 1, r->pool); in curltest_echo_handler() 257 bb = apr_brigade_create(r->pool, c->bucket_alloc); in curltest_echo_handler() 303 apr_itoa(r->pool, 1)); in curltest_echo_handler() 351 args = apr_cstr_split(r->args, "&", 1, r->pool); in curltest_tweak_handler() 457 bb = apr_brigade_create(r->pool, c->bucket_alloc); in curltest_tweak_handler() 553 args = apr_cstr_split(r->args, "&", 1, r->pool); in curltest_put_handler() 606 bb = apr_brigade_create(r->pool, c->bucket_alloc); in curltest_put_handler() [all …]
|
/curl/tests/unit/ |
H A D | unit2601.c | 96 struct bufc_pool pool; in check_bufq() local 103 Curl_bufcp_init(&pool, chunk_size, pool_spares); in check_bufq() 104 Curl_bufq_initp(&q, &pool, max_chunks, opts); in check_bufq() 250 Curl_bufcp_free(&pool); in check_bufq()
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_SSH_KEYFUNCTION.md | 78 host+key combo to the known_host pool kept in memory if it was not already 87 known_host pool kept in memory if it was not already present there. The adding 94 the host+key combo to the known_host pool kept in memory if it was not already
|
H A D | CURLOPT_IPRESOLVE.md | 31 establishing a connection or choosing one from the connection pool. This is
|
H A D | CURLOPT_ALTSVC_CTRL.md | 44 exists an existing connection to the host in the connection pool, then that is
|
/curl/docs/libcurl/ |
H A D | curl_multi_init.md | 38 cache, connection pool, TLS session ID cache and the TLS CA cert cache. All
|
H A D | curl_multi_cleanup.md | 44 When this function is called, remaining entries in the connection pool held by
|
H A D | curl_multi_remove_handle.md | 46 libcurl keeps the connection alive in the connection pool associated with the
|
H A D | curl_multi_add_handle.md | 45 handles does not affect the pool of connections or the ability to do
|
H A D | libcurl-thread.md | 37 share API (the connection pool and HSTS cache for example).
|
H A D | libcurl.md | 153 connection pool is instead kept in the multi handle so closing and creating 155 handles can take advantage of the single shared pool.
|
H A D | curl_easy_setopt.md | 581 Maximum number of connections in the connection pool. See
|
H A D | libcurl-tutorial.md | 1427 subsequent name resolving faster, and the connection pool that is kept to
|
/curl/.github/workflows/ |
H A D | linux-old.yml | 66 …httrack --get https://deb.freexian.com/extended-lts/pool/main/f/freexian-archive-keyring/freexian-… 73 …httrack --get https://security.debian.org/debian-security/pool/updates/main/g/glibc/libc6_2.28-10+…
|
/curl/docs/ |
H A D | KNOWN_BUGS | 106 17.2 HTTP/2 frames while in the connection pool kill reuse 594 17.2 HTTP/2 frames while in the connection pool kill reuse 597 curl while the connection is held in curl's connection pool, the socket is 602 in the pool so that pings can be responded to appropriately.
|
H A D | TODO | 33 1.15 Monitor connections in the connection pool 41 1.23 Offer API to flush the connection pool 324 1.15 Monitor connections in the connection pool 326 libcurl's connection cache or pool holds a number of open connections for the 334 adding monitoring of the connections while in the pool, libcurl can detect 392 1.23 Offer API to flush the connection pool 522 connection pool when the multi handle is in used. 1102 done, and thus maintain its connection pool, DNS cache and more.
|
Completed in 27 milliseconds