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

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.h125 char* reqhost; member in struct:__anon19
H A Dlibhttpd.c1386 if ( hc->reqhost[0] != '\0' )
1387 hc->hostname = hc->reqhost;
1714 httpd_realloc_str( &hc->reqhost, &hc->maxreqhost, 0 );
1771 hc->reqhost[0] = '\0';
1975 char* reqhost; local
2019 reqhost = url + 7;
2020 url = strchr( reqhost, '/' );
2027 if ( strchr( reqhost, '/' ) != (char*) 0 || reqhost[0] == '.' )
2032 httpd_realloc_str( &hc->reqhost,
[all...]

Completed in 182 milliseconds