Searched refs:apr_bucket_alloc_create (Results 1 – 5 of 5) 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 …]
60 APU_DECLARE_NONSTD(apr_bucket_alloc_t *) apr_bucket_alloc_create(apr_pool_t *p) in apr_bucket_alloc_create() function
948 APU_DECLARE_NONSTD(apr_bucket_alloc_t *) apr_bucket_alloc_create(apr_pool_t *p);
254 balloc = apr_bucket_alloc_create((*conn)->tp); in rs_find_conn()
242 balloc = apr_bucket_alloc_create((*conn)->tp); in ms_find_conn()