Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr-util/buckets/
H A Dapr_brigade.c63 b->bucket_alloc = list; in apr_brigade_create()
78 a = apr_brigade_create(b->p, b->bucket_alloc); in apr_brigade_split_ex()
456 e = apr_bucket_transient_create(str, nbyte, b->bucket_alloc); in apr_brigade_write()
469 buf = apr_bucket_alloc(APR_BUCKET_BUFF_SIZE, b->bucket_alloc); in apr_brigade_write()
471 apr_bucket_free, b->bucket_alloc); in apr_brigade_write()
514 b->bucket_alloc); in apr_brigade_writev()
523 b->bucket_alloc); in apr_brigade_writev()
595 buf = apr_bucket_alloc(APR_BUCKET_BUFF_SIZE, b->bucket_alloc); in apr_brigade_writev()
597 apr_bucket_free, b->bucket_alloc); in apr_brigade_writev()
717 bb->bucket_alloc); in apr_brigade_insert_file()
[all …]
/freebsd-13.1/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite2.c257 row->res->pool, b->bucket_alloc); in dbd_sqlite_datum_get()
H A Dapr_dbd_mysql.c458 row->res->pool, b->bucket_alloc); in dbd_mysql_datum_get()
527 row->res->pool, b->bucket_alloc); in dbd_mysql_datum_get()
H A Dapr_dbd_oracle.c2061 e = apr_bucket_eos_create(b->bucket_alloc); in dbd_oracle_datum_get()
2065 row->pool, b->bucket_alloc); in dbd_oracle_datum_get()
2078 row->pool, b->bucket_alloc); in dbd_oracle_datum_get()
H A Dapr_dbd_sqlite3.c319 row->res->pool, b->bucket_alloc); in dbd_sqlite3_datum_get()
H A Dapr_dbd_pgsql.c374 row->res->pool, b->bucket_alloc); in dbd_pgsql_datum_get()
H A Dapr_dbd_odbc.c734 apr_bucket_alloc_t *list = bb->bucket_alloc; in odbc_create_bucket()
/freebsd-13.1/contrib/apr-util/include/
H A Dapr_buckets.h275 apr_bucket_alloc_t *bucket_alloc; member
/freebsd-13.1/sys/vm/
H A Duma_core.c321 static uma_bucket_t bucket_alloc(uma_zone_t zone, void *, int);
465 bucket_alloc(uma_zone_t zone, void *udata, int flags) in bucket_alloc() function
4183 bucket = bucket_alloc(zone, udata, M_NOWAIT | (flags & M_NOVM)); in zone_alloc_bucket()
4499 b = bucket_alloc(zone, udata, M_NOWAIT); in zone_free_cross()
4625 newbucket = bucket_alloc(zone, udata, M_NOWAIT); in cache_free()
4632 newbucket = bucket_alloc(zone, udata, M_NOWAIT); in cache_free()