Home
last modified time | relevance | path

Searched refs:apr_bucket_alloc_create (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/apr-util/test/
Dtestbuckets.c27 ba = apr_bucket_alloc_create(p); in test_create()
43 ba = apr_bucket_alloc_create(p); in test_simple()
115 apr_bucket_alloc_t *ba = apr_bucket_alloc_create(p); in test_flatten()
142 apr_bucket_alloc_t *ba = apr_bucket_alloc_create(p); in test_split()
170 apr_bucket_alloc_t *ba = apr_bucket_alloc_create(p); in test_bwrite()
193 apr_bucket_alloc_t *ba = apr_bucket_alloc_create(p); in test_splitline()
231 apr_bucket_alloc_t *ba = apr_bucket_alloc_create(p); in test_splits()
309 apr_bucket_alloc_t *ba = apr_bucket_alloc_create(p); in test_insertfile()
382 apr_bucket_alloc_t *ba = apr_bucket_alloc_create(p); in test_manyfile()
411 apr_bucket_alloc_t *ba = apr_bucket_alloc_create(p); in test_truncfile()
[all …]
/freebsd-12-stable/contrib/apr-util/buckets/
Dapr_buckets_alloc.c60 APU_DECLARE_NONSTD(apr_bucket_alloc_t *) apr_bucket_alloc_create(apr_pool_t *p) in apr_bucket_alloc_create() function
/freebsd-12-stable/contrib/apr-util/include/
Dapr_buckets.h948 APU_DECLARE_NONSTD(apr_bucket_alloc_t *) apr_bucket_alloc_create(apr_pool_t *p);
/freebsd-12-stable/contrib/apr-util/redis/
Dapr_redis.c254 balloc = apr_bucket_alloc_create((*conn)->tp); in rs_find_conn()
/freebsd-12-stable/contrib/apr-util/memcache/
Dapr_memcache.c242 balloc = apr_bucket_alloc_create((*conn)->tp); in ms_find_conn()