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

/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.h121 char* reqhost; member in struct:__anon3105
H A Dlibhttpd.c1355 if ( hc->reqhost[0] != '\0' )
1356 hc->hostname = hc->reqhost;
1694 httpd_realloc_str( &hc->reqhost, &hc->maxreqhost, 0 );
1747 hc->reqhost[0] = '\0';
1950 char* reqhost; local
1995 reqhost = url + 7;
1996 url = strchr( reqhost, '/' );
2003 if ( strchr( reqhost, '/' ) != (char*) 0 || reqhost[0] == '.' )
2008 httpd_realloc_str( &hc->reqhost,
[all...]

Completed in 40 milliseconds