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

/httpd/modules/mappers/
H A Dmod_negotiation.c269 int ua_supports_trans; /* 1 if ua supports trans negotiation */
641 const char *ua = apr_table_get(r->headers_in, "User-Agent"); local
643 if (ua && (strncmp(ua, "Lynx", 4) == 0))

Completed in 403 milliseconds