Home
last modified time | relevance | path

Searched refs:apr_bucket_shared_make (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/apr-util/buckets/
Dapr_buckets_refcount.c51 APU_DECLARE(apr_bucket *) apr_bucket_shared_make(apr_bucket *b, void *data, in apr_bucket_shared_make() function
Dapr_buckets_heap.c70 b = apr_bucket_shared_make(b, h, 0, length); in apr_bucket_heap_make()
Dapr_buckets_pool.c109 b = apr_bucket_shared_make(b, p, 0, length); in apr_bucket_pool_make()
Dapr_buckets_mmap.c83 b = apr_bucket_shared_make(b, m, start, length); in apr_bucket_mmap_make()
Dapr_buckets_file.c169 b = apr_bucket_shared_make(b, f, offset, len); in apr_bucket_file_make()
/freebsd-10-stable/contrib/apr-util/include/
Dapr_buckets.h1268 APU_DECLARE(apr_bucket *) apr_bucket_shared_make(apr_bucket *b, void *data,
/freebsd-10-stable/contrib/apr-util/dbd/
Dapr_dbd_mysql.c206 b = apr_bucket_shared_make(b, f, offset, len); in apr_bucket_lob_make()
Dapr_dbd_odbc.c748 b = apr_bucket_shared_make(b, bd, 0, -1); in odbc_create_bucket()
Dapr_dbd_oracle.c320 b = apr_bucket_shared_make(b, f, offset, len); in apr_bucket_lob_make()