Searched refs:apr_rmm_off_t (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/include/
H A Dapr_rmm.h43 typedef apr_size_t apr_rmm_off_t; typedef
87 APU_DECLARE(apr_rmm_off_t) apr_rmm_malloc(apr_rmm_t *rmm, apr_size_t reqsize);
95 APU_DECLARE(apr_rmm_off_t) apr_rmm_realloc(apr_rmm_t *rmm, void *entity, apr_size_t reqsize);
102 APU_DECLARE(apr_rmm_off_t) apr_rmm_calloc(apr_rmm_t *rmm, apr_size_t reqsize);
109 APU_DECLARE(apr_status_t) apr_rmm_free(apr_rmm_t *rmm, apr_rmm_off_t entity);
117 APU_DECLARE(void *) apr_rmm_addr_get(apr_rmm_t *rmm, apr_rmm_off_t entity);
124 APU_DECLARE(apr_rmm_off_t) apr_rmm_offset_get(apr_rmm_t *rmm, void *entity);
/macosx-10.9.5/apr-30/apr-util/apr-util/include/
H A Dapr_rmm.h43 typedef apr_size_t apr_rmm_off_t; typedef
87 APU_DECLARE(apr_rmm_off_t) apr_rmm_malloc(apr_rmm_t *rmm, apr_size_t reqsize);
95 APU_DECLARE(apr_rmm_off_t) apr_rmm_realloc(apr_rmm_t *rmm, void *entity, apr_size_t reqsize);
102 APU_DECLARE(apr_rmm_off_t) apr_rmm_calloc(apr_rmm_t *rmm, apr_size_t reqsize);
109 APU_DECLARE(apr_status_t) apr_rmm_free(apr_rmm_t *rmm, apr_rmm_off_t entity);
117 APU_DECLARE(void *) apr_rmm_addr_get(apr_rmm_t *rmm, apr_rmm_off_t entity);
124 APU_DECLARE(apr_rmm_off_t) apr_rmm_offset_get(apr_rmm_t *rmm, void *entity);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/misc/
H A Dapr_rmm.c27 * apr_rmm_off_t value, which represents the offset from the base
54 apr_rmm_off_t prev;
55 apr_rmm_off_t next;
62 apr_rmm_off_t /* rmm_block_t */ firstused;
63 apr_rmm_off_t /* rmm_block_t */ firstfree;
76 static apr_rmm_off_t find_block_by_offset(apr_rmm_t *rmm, apr_rmm_off_t next,
77 apr_rmm_off_t find, int includes)
79 apr_rmm_off_t prev = 0;
97 static apr_rmm_off_t find_block_of_siz
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/misc/
H A Dapr_rmm.c27 * apr_rmm_off_t value, which represents the offset from the base
54 apr_rmm_off_t prev;
55 apr_rmm_off_t next;
62 apr_rmm_off_t /* rmm_block_t */ firstused;
63 apr_rmm_off_t /* rmm_block_t */ firstfree;
76 static apr_rmm_off_t find_block_by_offset(apr_rmm_t *rmm, apr_rmm_off_t next,
77 apr_rmm_off_t find, int includes)
79 apr_rmm_off_t prev = 0;
97 static apr_rmm_off_t find_block_of_siz
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/test/
H A Dtestrmm.c40 apr_rmm_off_t *off, off2;
63 off = apr_palloc(pool, FRAG_COUNT * sizeof(apr_rmm_off_t));
/macosx-10.9.5/apr-30/apr-util/apr-util/test/
H A Dtestrmm.c40 apr_rmm_off_t *off, off2;
63 off = apr_palloc(pool, FRAG_COUNT * sizeof(apr_rmm_off_t));
/macosx-10.9.5/apache-786.1/httpd/modules/ldap/
H A Dutil_ldap_cache_mgr.c103 apr_rmm_off_t block = apr_rmm_calloc(cache->rmm_addr, size);
120 apr_rmm_off_t block = apr_rmm_calloc(cache->rmm_addr, strlen(s)+1);
285 apr_rmm_off_t block = apr_rmm_calloc(st->cache_rmm, sizeof(util_ald_cache_t));
/macosx-10.9.5/apache-786.1/httpd/modules/aaa/
H A Dmod_auth_digest.c777 apr_rmm_free(client_rmm, (apr_rmm_off_t)entry);

Completed in 79 milliseconds