Searched refs:apr_bucket_alloc_create (Results 1 – 4 of 4) sorted by relevance
27 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 …]
59 APU_DECLARE_NONSTD(apr_bucket_alloc_t *) apr_bucket_alloc_create(apr_pool_t *p) in apr_bucket_alloc_create() function
946 APU_DECLARE_NONSTD(apr_bucket_alloc_t *) apr_bucket_alloc_create(apr_pool_t *p);
242 balloc = apr_bucket_alloc_create((*conn)->tp); in ms_find_conn()