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

/haiku/src/apps/poorman/
H A DPoorManServer.cpp41 fHttpdServer = httpd_initialize(
64 size_t cwdLen = strlen(fHttpdServer->cwd);
65 if (fHttpdServer->cwd[cwdLen-1] == '/') {
66 fHttpdServer->cwd[cwdLen-1] = '\0';
69 fHttpdServer->do_list_dir = (listDir ? 1 : 0);
70 fHttpdServer->index_name = fIndexName;
80 httpd_terminate(fHttpdServer);
89 if (chdir(fHttpdServer->cwd) == -1) {
99 fHttpdServer->listen4_fd = httpd_initialize_listen_socket(&sa4);
106 fHttpdServer
[all...]
H A DPoorManServer.h46 httpd_server* fHttpdServer; member in class:PoorManServer

Completed in 30 milliseconds