Searched refs:apr_shm_baseaddr_get (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_shm.h64 * from the subsystem. In all cases, the apr_shm_baseaddr_get()
126 APR_DECLARE(void *) apr_shm_baseaddr_get(const apr_shm_t *m);
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_shm.h64 * from the subsystem. In all cases, the apr_shm_baseaddr_get()
126 APR_DECLARE(void *) apr_shm_baseaddr_get(const apr_shm_t *m);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestshmconsumer.c70 boxes = apr_shm_baseaddr_get(shm);
H A Dtestshmproducer.c57 boxes = apr_shm_baseaddr_get(shm);
H A Dtestshm.c103 boxes = apr_shm_baseaddr_get(shm);
127 boxes = apr_shm_baseaddr_get(shm);
184 boxes = apr_shm_baseaddr_get(shm);
H A Dtestprocmutex.c172 x = apr_shm_baseaddr_get(shm);
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dtestshmconsumer.c70 boxes = apr_shm_baseaddr_get(shm);
H A Dtestshmproducer.c57 boxes = apr_shm_baseaddr_get(shm);
H A Dtestshm.c103 boxes = apr_shm_baseaddr_get(shm);
127 boxes = apr_shm_baseaddr_get(shm);
184 boxes = apr_shm_baseaddr_get(shm);
H A Dtestprocmutex.c172 x = apr_shm_baseaddr_get(shm);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/shmem/os2/
H A Dshm.c104 APR_DECLARE(void *) apr_shm_baseaddr_get(const apr_shm_t *m) function
/macosx-10.9.5/apr-30/apr/apr/shmem/os2/
H A Dshm.c104 APR_DECLARE(void *) apr_shm_baseaddr_get(const apr_shm_t *m) function
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/shmem/beos/
H A Dshm.c142 APR_DECLARE(void *) apr_shm_baseaddr_get(const apr_shm_t *m) function
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/test/
H A Dtestrmm.c55 rv = apr_rmm_init(&rmm, NULL, apr_shm_baseaddr_get(shm), size, pool);
/macosx-10.9.5/apr-30/apr/apr/shmem/beos/
H A Dshm.c142 APR_DECLARE(void *) apr_shm_baseaddr_get(const apr_shm_t *m) function
/macosx-10.9.5/apr-30/apr-util/apr-util/test/
H A Dtestrmm.c55 rv = apr_rmm_init(&rmm, NULL, apr_shm_baseaddr_get(shm), size, pool);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/shmem/win32/
H A Dshm.c274 APR_DECLARE(void *) apr_shm_baseaddr_get(const apr_shm_t *m) function
/macosx-10.9.5/apr-30/apr/apr/shmem/win32/
H A Dshm.c274 APR_DECLARE(void *) apr_shm_baseaddr_get(const apr_shm_t *m) function
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_scache_shmcb.c245 shm_segment = apr_shm_baseaddr_get(mc->pSessionCacheDataMM);
444 void *shm_segment = apr_shm_baseaddr_get(mc->pSessionCacheDataMM);
/macosx-10.9.5/apache-786.1/httpd/modules/ldap/
H A Dutil_ldap_cache.c416 apr_shm_baseaddr_get(st->cache_shm), size,
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dscoreboard.c297 if (rv || !(sb_shared = apr_shm_baseaddr_get(ap_scoreboard_shm))) {
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/shmem/unix/
H A Dshm.c574 APR_DECLARE(void *) apr_shm_baseaddr_get(const apr_shm_t *m) function
/macosx-10.9.5/apr-30/apr/apr/shmem/unix/
H A Dshm.c576 APR_DECLARE(void *) apr_shm_baseaddr_get(const apr_shm_t *m) function
/macosx-10.9.5/apache-786.1/httpd/server/mpm/winnt/
H A Dmpm_winnt.c388 if (rv || !(sb_shared = apr_shm_baseaddr_get(*scoreboard_shm))) {

Completed in 143 milliseconds