Searched refs:pidfilename (Results 1 - 1 of 1) sorted by relevance
/httpd/support/ |
H A D | htcacheclean.c | 1351 static void log_pid(apr_pool_t *pool, const char *pidfilename, apr_file_t **pidfile) argument 1356 if (APR_SUCCESS == (status = apr_file_open(pidfile, pidfilename, 1366 pidfilename, &status); 1387 char *proxypath, *path, *pidfilename; local 1405 pidfilename = NULL; 1579 if (pidfilename) { 1582 pidfilename = apr_pstrdup(pool, arg); 1678 if (pidfilename) { 1679 log_pid(pool, pidfilename, &pidfile); /* before daemonizing, so we 1693 if (pidfilename) { [all...] |
Completed in 761 milliseconds