Searched defs:one (Results 1 - 3 of 3) sorted by relevance
/httpd/server/ |
H A D | listen.c | 1 /* Licensed to the Apache Software Foundation (ASF) under one or more 74 int one = 1; local 85 stat = apr_socket_opt_set(s, APR_SO_REUSEADDR, one); 95 stat = apr_socket_opt_set(s, APR_SO_KEEPALIVE, one); 153 (void *)&one, sizeof(int)) < 0) { 209 stat = apr_socket_opt_set(s, APR_SO_REUSEADDR, one); 306 "find_systemd_socket: At least one socket must be set.");
|
H A D | mpm_unix.c | 1 /* Licensed to the Apache Software Foundation (ASF) under one or more 19 * it. It means that if a function is needed by more than one MPM, and 493 apr_size_t one = 1; local 495 rv = apr_file_write(pod->pod_out, &char_of_death, &one); 567 apr_size_t one = 1; local 580 rv = apr_file_write(pod->pod_out, &char_of_death, &one); 607 * permits the MPM to skip the poll when there is only one listening
|
/httpd/modules/proxy/ |
H A D | mod_proxy_ftp.c | 1 /* Licensed to the Apache Software Foundation (ASF) under one or more 236 /* get brigade from network one line at a time */ 507 while (path[1] == '/') /* collapse multiple leading slashes to one */ 991 int one = 1; local 1621 if ((rv = apr_socket_opt_set(local_sock, APR_SO_REUSEADDR, one)) 1724 * connection, or a data connection which would be created were one
|
Completed in 3010 milliseconds