Home
last modified time | relevance | path

Searched refs:strfacility (Results 1 - 2 of 2) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_config.cc4270 int int_syslog_facility(const StringRef &strfacility) { in int_syslog_facility() argument
4271 if (util::strieq_l("auth", strfacility)) { in int_syslog_facility()
4276 if (util::strieq_l("authpriv", strfacility)) { in int_syslog_facility()
4281 if (util::strieq_l("cron", strfacility)) { in int_syslog_facility()
4285 if (util::strieq_l("daemon", strfacility)) { in int_syslog_facility()
4290 if (util::strieq_l("ftp", strfacility)) { in int_syslog_facility()
4295 if (util::strieq_l("kern", strfacility)) { in int_syslog_facility()
4299 if (util::strieq_l("local0", strfacility)) { in int_syslog_facility()
4303 if (util::strieq_l("local1", strfacility)) { in int_syslog_facility()
4307 if (util::strieq_l("local2", strfacility)) { in int_syslog_facility()
[all...]
H A Dshrpx_config.h1419 int int_syslog_facility(const StringRef &strfacility);

Completed in 8 milliseconds