Home
last modified time | relevance | path

Searched refs:bufc_pool (Results 1 – 7 of 7) sorted by relevance

/curl/lib/
H A Dbufq.h53 struct bufc_pool { struct
60 void Curl_bufcp_init(struct bufc_pool *pool, argument
63 void Curl_bufcp_free(struct bufc_pool *pool);
98 struct bufc_pool *pool; /* optional pool for free chunks */
134 void Curl_bufq_initp(struct bufq *q, struct bufc_pool *pool,
H A Dbufq.c159 void Curl_bufcp_init(struct bufc_pool *pool, in Curl_bufcp_init()
169 static CURLcode bufcp_take(struct bufc_pool *pool, in bufcp_take()
193 static void bufcp_put(struct bufc_pool *pool, in bufcp_put()
207 void Curl_bufcp_free(struct bufc_pool *pool) in Curl_bufcp_free()
213 static void bufq_init(struct bufq *q, struct bufc_pool *pool, in bufq_init()
236 void Curl_bufq_initp(struct bufq *q, struct bufc_pool *pool, in Curl_bufq_initp()
H A Dhttp2.c130 struct bufc_pool stream_bufcp; /* spares for stream buffers */
/curl/tests/unit/
H A Dunit2601.c96 struct bufc_pool pool; in check_bufq()
/curl/lib/vquic/
H A Dcurl_osslq.c226 struct bufc_pool *bufcp, in cf_osslq_stream_open()
292 struct bufc_pool stream_bufcp; /* chunk pool for streams */
H A Dcurl_quiche.c101 struct bufc_pool stream_bufcp; /* chunk pool for streams */
H A Dcurl_ngtcp2.c133 struct bufc_pool stream_bufcp; /* chunk pool for streams */

Completed in 48 milliseconds