Searched refs:themmap (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/apr-32/apr/apr/test/
H A Dtestmmap.c39 static apr_mmap_t *themmap = NULL; variable
94 rv = apr_mmap_create(&themmap, thefile, 0, (apr_size_t) thisfinfo.size,
96 ABTS_PTR_NOTNULL(tc, themmap);
103 ABTS_PTR_NOTNULL(tc, themmap);
104 ABTS_PTR_NOTNULL(tc, themmap->mm);
105 ABTS_SIZE_EQUAL(tc, thisfsize, themmap->size);
108 ABTS_STR_NEQUAL(tc, themmap->mm, TEST_STRING, thisfsize);
115 ABTS_PTR_NOTNULL(tc, themmap);
116 rv = apr_mmap_delete(themmap);
125 ABTS_PTR_NOTNULL(tc, themmap);
[all...]
/macosx-10.10/apr-32/apr/apr/mmap/unix/
H A Dmmap.c45 static apr_status_t mmap_cleanup(void *themmap) argument
47 apr_mmap_t *mm = themmap;
/macosx-10.10/apr-32/apr/apr/mmap/win32/
H A Dmmap.c28 static apr_status_t mmap_cleanup(void *themmap) argument
30 apr_mmap_t *mm = themmap;

Completed in 180 milliseconds