Searched refs:apr_bucket_heap_create (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/apr-util/buckets/
H A Dapr_buckets_heap.c76 APU_DECLARE(apr_bucket *) apr_bucket_heap_create(const char *buf, function
H A Dapr_brigade.c461 e = apr_bucket_heap_create(str, nbyte, NULL, b->bucket_alloc);
470 e = apr_bucket_heap_create(buf, APR_BUCKET_BUFF_SIZE,
521 e = apr_bucket_heap_create((const char *) vec[i].iov_base,
596 e = apr_bucket_heap_create(buf, APR_BUCKET_BUFF_SIZE,
/freebsd-11.0-release/contrib/apr-util/test/
H A Dtestbuckets.c244 apr_bucket_heap_create(strdup(str), 9, free, ba));
479 e = apr_bucket_heap_create(hello, strlen(hello), NULL, ba);
500 e = apr_bucket_heap_create("1", 1, NULL, ba);
/freebsd-11.0-release/contrib/apr-util/include/
H A Dapr_buckets.h1414 APU_DECLARE(apr_bucket *) apr_bucket_heap_create(const char *buf,

Completed in 58 milliseconds