Searched refs:SERVER_NAME (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/transport/
H A Dbeserved_printer.h5 #define SERVER_NAME "server" macro
H A Dbeserved_transport.cpp47 dir.ReadAttr(SERVER_NAME, B_STRING_TYPE, 0, server, sizeof(server));
/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dconfig.h152 /* CONFIGURE: This controls the SERVER_NAME environment variable that gets
164 ** If both SERVER_NAME and SERVER_NAME_LIST are defined here, thttpd searches
165 ** the list as above, and if no match is found then SERVER_NAME gets used.
171 #define SERVER_NAME "your.hostname.here" macro
H A Dlibhttpd.c276 #ifdef SERVER_NAME
277 hs->server_hostname = SERVER_NAME;
278 #else /* SERVER_NAME */
281 #endif /* SERVER_NAME */

Completed in 60 milliseconds