Searched refs:cache_bytes (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/apache-793/httpd/include/
H A Dutil_ldap.h152 apr_size_t cache_bytes; /* Size (in bytes) of shared memory cache */ member in struct:util_ldap_state_t
/macosx-10.10.1/BerkeleyDB-21/db/db/
H A Ddb_method.c523 __db_set_cachesize(dbp, cache_gbytes, cache_bytes, ncache)
525 u_int32_t cache_gbytes, cache_bytes;
532 dbp->dbenv, cache_gbytes, cache_bytes, ncache));
/macosx-10.10.1/apache-793/httpd/modules/ldap/
H A Dutil_ldap_cache.c423 if (st->cache_bytes > 0) {
429 size = APR_ALIGN_DEFAULT(st->cache_bytes);
H A Dutil_ldap.c2104 st->cache_bytes = atol(bytes);
2109 st->cache_bytes);
2765 st->cache_bytes = 500000;
2804 st->cache_bytes = base->cache_bytes;
2896 if (st->cache_file && st->cache_bytes > 0) {

Completed in 127 milliseconds