Searched defs:t_name (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/loggers/ |
H A D | mod_syslog.c | 40 const char *t_name; member in struct:__anon206 118 for (fac = facilities; fac->t_name; fac++) { 119 if (!strcasecmp(fname, fac->t_name)) {
|
/httpd/server/ |
H A D | apreq_module_cgi.c | 85 const char *t_name; member in struct:__anon351 320 date, priorities[level].t_name, remote_addr, file, line, 326 date, priorities[level].t_name, remote_addr, file, line,
|
H A D | log.c | 69 const char *t_name; member in struct:__anon361 588 return cpystrn(buf, priorities[info->level].t_name, buflen); 1866 while (priorities[i].t_name != NULL) { 1867 if (!strcasecmp(str, priorities[i].t_name)) {
|
Completed in 3060 milliseconds