Searched refs:apr_bucket_shared_make (Results 1 – 9 of 9) sorted by relevance
| /freebsd-10-stable/contrib/apr-util/buckets/ |
| D | apr_buckets_refcount.c | 51 APU_DECLARE(apr_bucket *) apr_bucket_shared_make(apr_bucket *b, void *data, in apr_bucket_shared_make() function
|
| D | apr_buckets_heap.c | 70 b = apr_bucket_shared_make(b, h, 0, length); in apr_bucket_heap_make()
|
| D | apr_buckets_pool.c | 109 b = apr_bucket_shared_make(b, p, 0, length); in apr_bucket_pool_make()
|
| D | apr_buckets_mmap.c | 83 b = apr_bucket_shared_make(b, m, start, length); in apr_bucket_mmap_make()
|
| D | apr_buckets_file.c | 169 b = apr_bucket_shared_make(b, f, offset, len); in apr_bucket_file_make()
|
| /freebsd-10-stable/contrib/apr-util/include/ |
| D | apr_buckets.h | 1268 APU_DECLARE(apr_bucket *) apr_bucket_shared_make(apr_bucket *b, void *data,
|
| /freebsd-10-stable/contrib/apr-util/dbd/ |
| D | apr_dbd_mysql.c | 206 b = apr_bucket_shared_make(b, f, offset, len); in apr_bucket_lob_make()
|
| D | apr_dbd_odbc.c | 748 b = apr_bucket_shared_make(b, bd, 0, -1); in odbc_create_bucket()
|
| D | apr_dbd_oracle.c | 320 b = apr_bucket_shared_make(b, f, offset, len); in apr_bucket_lob_make()
|