Searched defs:t_name (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/loggers/
H A Dmod_syslog.c40 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 Dapreq_module_cgi.c85 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 Dlog.c69 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