Searched defs:storage_path (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/cluster/
H A Dmod_heartmonitor.c58 const char *storage_path; member in struct:hm_ctx_t
236 char *path = apr_pstrcat(pool, ctx->storage_path, ".tmp.XXXXXX", NULL);
247 rv = apr_file_open(&fpin, ctx->storage_path, APR_READ|APR_BINARY|APR_BUFFERED,
261 "Unable to read file: %s", ctx->storage_path);
284 "Unable to read from file: %s", ctx->storage_path);
375 rv = apr_file_rename(path, ctx->storage_path, pool);
380 ctx->storage_path);
401 char *path = apr_pstrcat(p, ctx->storage_path, ".tmp.XXXXXX", NULL);
454 rv = apr_file_rename(path, ctx->storage_path, p);
459 ctx->storage_path);
[all...]

Completed in 11 milliseconds