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

/httpd/support/
H A Dhtcacheclean.c1351 static void log_pid(apr_pool_t *pool, const char *pidfilename, apr_file_t **pidfile) function
1679 log_pid(pool, pidfilename, &pidfile); /* before daemonizing, so we
1698 log_pid(pool, pidfilename, &pidfile);
/httpd/server/
H A Dlog.c528 static int log_pid(const ap_errorlog_info *info, const char *arg, function
842 ap_register_errorlog_handler(p, "P", log_pid, 0);
878 len += log_pid(info, NULL, buf + len, buflen - len);

Completed in 30 milliseconds