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

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.h127 char* hostdir; member in struct:__anon19
H A Dlibhttpd.c844 if ( hc->hs->vhost && hc->hostdir[0] != '\0' )
847 "%s/%s/err%d.html", hc->hostdir, ERR_DIR, status );
1011 if ( hc->hs->vhost && hc->hostdir[0] != '\0' )
1012 topdir = hc->hostdir;
1411 &hc->hostdir, &hc->maxhostdir,
1417 for ( cp2 = hc->hostdir, i = 0; i < VHOST_DIRLEVELS; ++i )
1437 httpd_realloc_str( &hc->hostdir, &hc->maxhostdir, strlen( hc->hostname ) );
1438 (void) strcpy( hc->hostdir, hc->hostname );
1441 /* Prepend hostdir to the filename. */
1447 strlen( hc->hostdir )
[all...]

Completed in 58 milliseconds