Searched refs:apr_mmap_t (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_mmap.h50 /** @see apr_mmap_t */
51 typedef struct apr_mmap_t apr_mmap_t; typedef in typeref:struct:apr_mmap_t
62 struct apr_mmap_t { struct
83 /** ring of apr_mmap_t's that reference the same
85 APR_RING_ENTRY(apr_mmap_t) link;
133 APR_DECLARE(apr_status_t) apr_mmap_create(apr_mmap_t **newmmap,
144 APR_DECLARE(apr_status_t) apr_mmap_dup(apr_mmap_t **new_mmap,
145 apr_mmap_t *old_mmap,
152 APR_DECLARE(apr_status_t) apr_mmap_delete(apr_mmap_t *m
[all...]
/macosx-10.10/apr-32/apr/apr/mmap/unix/
H A Dmmap.c47 apr_mmap_t *mm = themmap;
48 apr_mmap_t *next = APR_RING_NEXT(mm,link);
74 APR_DECLARE(apr_status_t) apr_mmap_create(apr_mmap_t **new,
100 (*new) = (apr_mmap_t *)apr_pcalloc(cont, sizeof(apr_mmap_t));
153 APR_DECLARE(apr_status_t) apr_mmap_dup(apr_mmap_t **new_mmap,
154 apr_mmap_t *old_mmap,
157 *new_mmap = (apr_mmap_t *)apr_pmemdup(p, old_mmap, sizeof(apr_mmap_t));
167 APR_DECLARE(apr_status_t) apr_mmap_delete(apr_mmap_t *m
[all...]
H A Dcommon.c33 APR_DECLARE(apr_status_t) apr_mmap_offset(void **addr, apr_mmap_t *mmap,
/macosx-10.10/apr-32/apr/apr/mmap/win32/
H A Dmmap.c30 apr_mmap_t *mm = themmap;
31 apr_mmap_t *next = APR_RING_NEXT(mm,link);
68 APR_DECLARE(apr_status_t) apr_mmap_create(apr_mmap_t **new, apr_file_t *file,
102 *new = apr_pcalloc(cont, sizeof(apr_mmap_t));
142 APR_DECLARE(apr_status_t) apr_mmap_dup(apr_mmap_t **new_mmap,
143 apr_mmap_t *old_mmap,
146 *new_mmap = (apr_mmap_t *)apr_pmemdup(p, old_mmap, sizeof(apr_mmap_t));
156 APR_DECLARE(apr_status_t) apr_mmap_delete(apr_mmap_t *mm)
/macosx-10.10/apr-32/apr-util/apr-util/buckets/
H A Dapr_buckets_mmap.c29 /* the apr_mmap_t was already cleaned up out from under us */
44 /* the apr_mmap_t is about to disappear out from under us, so we
71 APU_DECLARE(apr_bucket *) apr_bucket_mmap_make(apr_bucket *b, apr_mmap_t *mm,
90 APU_DECLARE(apr_bucket *) apr_bucket_mmap_create(apr_mmap_t *mm,
106 apr_mmap_t *mm = m->mmap;
107 apr_mmap_t *new_mm;
111 /* the apr_mmap_t was already cleaned up out from under us */
120 /* duplicate apr_mmap_t into new pool */
129 /* create new apr_bucket_mmap pointing to new apr_mmap_t */
H A Dapr_buckets_file.c48 apr_mmap_t *mm;
/macosx-10.10/apr-32/apr-util/apr-util/include/
H A Dapr_buckets.h603 apr_mmap_t *mmap;
1467 APU_DECLARE(apr_bucket *) apr_bucket_mmap_create(apr_mmap_t *mm,
1481 APU_DECLARE(apr_bucket *) apr_bucket_mmap_make(apr_bucket *b, apr_mmap_t *mm,
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestmmap.c39 static apr_mmap_t *themmap = NULL;
H A Dtestlfs.c252 apr_mmap_t *map;
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_file_cache.c106 apr_mmap_t *mm;
275 apr_mmap_t *mm;
/macosx-10.10/apache-793/httpd/include/
H A Dhttp_protocol.h278 AP_DECLARE(apr_size_t) ap_send_mmap(apr_mmap_t *mm,
/macosx-10.10/apache-793/httpd/server/
H A Dprotocol.c1452 AP_DECLARE(apr_size_t) ap_send_mmap(apr_mmap_t *mm,

Completed in 200 milliseconds