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

/httpd/modules/ldap/
H A Dutil_ldap_cache.c424 if (st->cache_file) {
426 apr_shm_remove(st->cache_file, st->pool);
431 result = apr_shm_create(&st->cache_shm, size, st->cache_file, st->pool);
H A Dutil_ldap.c2163 st->cache_file = ap_runtime_dir_relative(st->pool, file);
2166 st->cache_file = NULL;
2171 st->cache_file);
2932 if (st->cache_file && st->cache_bytes > 0) {
2933 char *lck_file = apr_pstrcat(ptemp, st->cache_file, ".lck",
2970 st_vhost->cache_file = st->cache_file;
/httpd/include/
H A Dutil_ldap.h156 char *cache_file; /* filename for shm */ member in struct:util_ldap_state_t

Completed in 20 milliseconds