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

/httpd/server/
H A Dapreq_module_cgi.c89 static const TRANS priorities[] = { variable
320 date, priorities[level].t_name, remote_addr, file, line,
326 date, priorities[level].t_name, remote_addr, file, line,
H A Dlog.c80 static const TRANS priorities[] = { variable
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)) {
1868 *val = priorities[i].t_val;

Completed in 18 milliseconds