log_header         40 win32/php_win32_globals.h 	char *log_header;
log_header         68 win32/wsyslog.c 	if (PW32G(log_header)) {
log_header         69 win32/wsyslog.c 		efree(PW32G(log_header));
log_header         70 win32/wsyslog.c 		PW32G(log_header) = NULL;
log_header        107 win32/wsyslog.c 	strs[0] = PW32G(log_header);	/* write header */
log_header        128 win32/wsyslog.c 	spprintf(&PW32G(log_header), 0, (logopt & LOG_PID) ? "%s[%d]" : "%s", ident, getpid());