Home
last modified time | relevance | path

Searched refs:pool (Results 1 – 17 of 17) sorted by relevance

/curl/lib/
H A Dbufq.c181 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 Dbufq.h60 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 Dmod_curltest.c38 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()
552 args = apr_cstr_split(r->args, "&", 1, r->pool); in curltest_put_handler()
601 bb = apr_brigade_create(r->pool, c->bucket_alloc); in curltest_put_handler()
[all …]
/curl/tests/unit/
H A Dunit2601.c96 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()
215 Curl_bufcp_free(&pool); in check_bufq()
/curl/docs/libcurl/opts/
H A DCURLOPT_SSH_KEYFUNCTION.md78 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 DCURLOPT_IPRESOLVE.md31 establishing a connection or choosing one from the connection pool. This is
H A DCURLOPT_MAXCONNECTS.md32 persistent connections that libcurl may cache in the pool associated with this
H A DCURLOPT_ALTSVC_CTRL.md44 exists an existing connection to the host in the connection pool, then that is
/curl/.github/workflows/
H A Dlinux-old.yml66 …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/libcurl/
H A Dcurl_multi_remove_handle.md46 libcurl keeps the connection alive in the connection pool associated with the
H A Dcurl_multi_add_handle.md45 handles does not affect the pool of connections or the ability to do
H A Dlibcurl-thread.md37 share API (the connection pool and HSTS cache for example).
H A Dlibcurl.md153 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 Dcurl_easy_setopt.md581 Maximum number of connections in the connection pool. See
H A Dlibcurl-tutorial.md1427 subsequent name resolving faster, and the connection pool that is kept to
/curl/docs/
H A DKNOWN_BUGS105 17.2 HTTP/2 frames while in the connection pool kill reuse
585 17.2 HTTP/2 frames while in the connection pool kill reuse
588 curl while the connection is held in curl's connection pool, the socket is
593 in the pool so that pings can be responded to appropriately.
H A DTODO33 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.
1100 done, and thus maintain its connection pool, DNS cache and more.

Completed in 35 milliseconds