Searched refs:one (Results 1 - 21 of 21) sorted by relevance
/httpd/modules/core/test/conf/ |
H A D | test06.conf | 5 Use foo one two
|
H A D | test11.conf | 8 # generate a one.in macro 9 Use foo one 12 Use one.in
|
H A D | test27.conf | 11 Use foo /unexpected/1 one 14 Use foo.one 16 Use foo.one 18 UndefMacro foo.one
|
H A D | test60.conf | 2 <Macro Foo $one $two> 3 Warning "macro Foo arg 1: $one"
|
/httpd/modules/lua/test/htdocs/ |
H A D | config_tests.lua | 1 -- Licensed to the Apache Software Foundation (ASF) under one or more
|
H A D | other.lua | 1 -- Licensed to the Apache Software Foundation (ASF) under one or more
|
H A D | test.lua | 1 -- Licensed to the Apache Software Foundation (ASF) under one or more
|
/httpd/modules/lua/test/lib/ |
H A D | kangaroo.lua | 1 -- Licensed to the Apache Software Foundation (ASF) under one or more
|
/httpd/build/ |
H A D | library.mk | 1 # Licensed to the Apache Software Foundation (ASF) under one or more
|
H A D | ltlib.mk | 1 # Licensed to the Apache Software Foundation (ASF) under one or more
|
H A D | program.mk | 1 # Licensed to the Apache Software Foundation (ASF) under one or more
|
H A D | special.mk | 1 # Licensed to the Apache Software Foundation (ASF) under one or more
|
/httpd/modules/lua/test/ |
H A D | moonunit.lua | 1 -- Licensed to the Apache Software Foundation (ASF) under one or more
|
H A D | test.lua | 3 -- Licensed to the Apache Software Foundation (ASF) under one or more
|
/httpd/server/ |
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
|
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.");
|
/httpd/test/ |
H A D | make_sni.sh | 3 # Licensed to the Apache Software Foundation (ASF) under one or more 85 echo "Aborted - just specifing one vhost makes no sense for SNI testing. Go wild !" 261 # Combine the key and certificate in one file. 327 - htdocs directory with one docroot for each domain, 333 - logs logfiles, one for each domain and an
|
/httpd/support/ |
H A D | dbmmanage.in | 3 # Licensed to the Apache Software Foundation (ASF) under one or more 40 command is one of: $cmds
|
H A D | apxs.in | 3 # Licensed to the Apache Software Foundation (ASF) under one or more 477 # allow one-step compilation and installation 534 error("Please specify one with option `-n'"); 564 error("At least one `LoadModule' directive already has to exist."); 747 ** The output should be similar to the following one:
|
/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
|
/httpd/modules/filters/ |
H A D | mod_include.c | 1 /* Licensed to the Apache Software Foundation (ASF) under one or more 1764 * Output each file/virtual in turn until one of them returns an error. 3187 /* check whether it's a valid one. If it begins with a quote, we 3420 * Perhaps we're not ready yet. We may have to loop one or 3494 /* zero length bucket, fetch next one */
|
Completed in 2919 milliseconds