Searched defs:on (Results 1 - 2 of 2) sorted by relevance
/httpd/server/ |
H A D | listen.c | 11 * distributed under the License is distributed on an "AS IS" BASIS, 56 * is usable on this platform, and hence whether or not 107 * pipe full. The default window size on many systems 191 "on address %pI", 199 /* I seriously doubt that this would work on Unix; I have doubts that 200 * it entirely solves the problem on Win32. However, since setting 201 * reuseaddr on the listener -prior- to binding the socket has allowed 338 "getsockname on %d failed.", fd); 355 "apr_os_sock_make on %d failed.", fd); 362 "apr_socket_addr_get on 943 int thesock, on = 1; local [all...] |
/httpd/modules/proxy/ |
H A D | mod_serf.c | 11 * distributed under the License is distributed on an "AS IS" BASIS, 36 int on; member in struct:__anon303 599 if (conf->on == 0) { 608 if (strcasecmp(w, "on") == 0 || strcmp(w, "1") == 0 || 657 conf->on = 1; 733 new->on = 0;
|
Completed in 827 milliseconds