Searched refs:apr_bucket_mmap_make (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/apr-util/buckets/ |
| HD | apr_buckets_mmap.c | 71 APU_DECLARE(apr_bucket *) apr_bucket_mmap_make(apr_bucket *b, apr_mmap_t *mm, in apr_bucket_mmap_make() function 100 return apr_bucket_mmap_make(b, mm, start, length); in apr_bucket_mmap_create() 130 apr_bucket_mmap_make(b, new_mm, b->start, b->length); in mmap_bucket_setaside()
|
| HD | apr_buckets_file.c | 69 apr_bucket_mmap_make(e, mm, 0, filelength); in file_make_mmap()
|
| /trueos/contrib/apr-util/include/ |
| HD | apr_buckets.h | 1481 APU_DECLARE(apr_bucket *) apr_bucket_mmap_make(apr_bucket *b, apr_mmap_t *mm,
|