Searched refs:useragent (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c773 if ( match( "**MSIE**", hc->useragent ) )
1765 hc->useragent = "";
2118 hc->useragent = cp;
3127 if ( hc->useragent[0] != '\0' )
3128 envp[envn++] = build_env( "HTTP_USER_AGENT=%s", hc->useragent );
4024 hc->status, bytes, hc->referrer, hc->useragent );
4034 hc->status, bytes, hc->referrer, hc->useragent )*/;
H A Dlibhttpd.h119 char* useragent; member in struct:__anon19

Completed in 45 milliseconds