Searched refs:bucket_alloc (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/apr-util/buckets/
H A Dapr_brigade.c63 b->bucket_alloc = list;
78 a = apr_brigade_create(b->p, b->bucket_alloc);
456 e = apr_bucket_transient_create(str, nbyte, b->bucket_alloc);
461 e = apr_bucket_heap_create(str, nbyte, NULL, b->bucket_alloc);
469 buf = apr_bucket_alloc(APR_BUCKET_BUFF_SIZE, b->bucket_alloc);
471 apr_bucket_free, b->bucket_alloc);
514 b->bucket_alloc);
523 b->bucket_alloc);
595 buf = apr_bucket_alloc(APR_BUCKET_BUFF_SIZE, b->bucket_alloc);
597 apr_bucket_free, b->bucket_alloc);
[all...]
/freebsd-10.1-release/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite2.c257 row->res->pool, b->bucket_alloc);
H A Dapr_dbd_mysql.c458 row->res->pool, b->bucket_alloc);
527 row->res->pool, b->bucket_alloc);
H A Dapr_dbd_oracle.c2061 e = apr_bucket_eos_create(b->bucket_alloc);
2065 row->pool, b->bucket_alloc);
2078 row->pool, b->bucket_alloc);
H A Dapr_dbd_sqlite3.c319 row->res->pool, b->bucket_alloc);
H A Dapr_dbd_pgsql.c374 row->res->pool, b->bucket_alloc);
/freebsd-10.1-release/contrib/apr-util/include/
H A Dapr_buckets.h275 apr_bucket_alloc_t *bucket_alloc; member in struct:apr_bucket_brigade
/freebsd-10.1-release/sys/vm/
H A Duma_core.c256 static uma_bucket_t bucket_alloc(uma_zone_t zone, void *, int);
352 bucket_alloc(uma_zone_t zone, void *udata, int flags) function
2533 bucket = bucket_alloc(zone, udata, M_NOWAIT | (flags & M_NOVM));
2774 bucket = bucket_alloc(zone, udata, M_NOWAIT);

Completed in 130 milliseconds