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

/httpd/modules/cache/
H A Dmod_socache_dbm.c100 static int try_chown(apr_pool_t *p, server_rec *s, function
163 try_chown(p, s, ctx->data_file, NULL);
164 if (try_chown(p, s, ctx->data_file, DBM_FILE_SUFFIX_DIR))
165 if (try_chown(p, s, ctx->data_file, ".db"))
166 try_chown(p, s, ctx->data_file, ".dir");
167 if (try_chown(p, s, ctx->data_file, DBM_FILE_SUFFIX_PAG))
168 if (try_chown(p, s, ctx->data_file, ".db"))
169 try_chown(p, s, ctx->data_file, ".pag");

Completed in 9 milliseconds