Searched defs:facility (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/win32/ |
| H A D | wsyslog.c | 121 * facility 124 void openlog(const char *ident, int logopt, int facility) argument
|
| /PHP_TRUNK/ext/standard/ |
| H A D | syslog.c | 52 /* facility: type of program logging the message */ 128 /* {{{ proto bool openlog(string ident, int option, int facility) 138 long option, facility; local 142 &ident_len, &option, &facility) == FAILURE) { 152 openlog(BG(syslog_device), option, facility); local
|
| /PHP_TRUNK/sapi/apache_hooks/ |
| H A D | php_apache.c | 1131 /* {{{ proto boolean apache_request_log_error(string message, [long facility]) 1138 long facility = APLOG_ERR; local 1141 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &z_errstr, &z_errstr_len, &facility) == FAILURE) { 1146 ap_log_error(APLOG_MARK, (int) facility, r->server, "%s", z_errstr);
|
Completed in 5 milliseconds