Searched defs:data_file (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/cache/ |
H A D | mod_socache_dbm.c | 45 const char *data_file; member in struct:ap_socache_instance_t 88 ctx->data_file = ap_runtime_dir_relative(p, arg); 89 if (!ctx->data_file) { 127 if (ctx->data_file == NULL) { 131 ctx->data_file = ap_runtime_dir_relative(p, path); 133 if (ctx->data_file == NULL) { 144 if ((rv = apr_dbm_open(&dbm, ctx->data_file, 148 ctx->data_file); 163 try_chown(p, s, ctx->data_file, NULL); 164 if (try_chown(p, s, ctx->data_file, DBM_FILE_SUFFIX_DI [all...] |
H A D | mod_cache_disk.c | 92 static char *data_file(apr_pool_t *p, disk_cache_conf *conf, function 394 dobj->data.file = data_file(r->pool, conf, dobj, key); 521 dobj->data.file = data_file(r->pool, conf, dobj, nkey); 689 * header_file and data_file, we are guaranteed that the 1037 dobj->data.file = data_file(r->pool, conf, dobj, tmp);
|
H A D | mod_socache_shmcb.c | 104 const char *data_file; member in struct:ap_socache_instance_t 302 ctx->data_file = path = ap_runtime_dir_relative(p, arg); 352 if (ctx->data_file == NULL) { 356 ctx->data_file = ap_runtime_dir_relative(p, path); 365 if (ctx->data_file == NULL) { 368 ctx->data_file); 374 apr_shm_remove(ctx->data_file, p); 376 rv = apr_shm_create(&ctx->shm, ctx->shm_size, ctx->data_file, p);
|
Completed in 18 milliseconds