Searched refs:one (Results 1 - 21 of 21) sorted by relevance

/httpd/modules/core/test/conf/
H A Dtest06.conf5 Use foo one two
H A Dtest11.conf8 # generate a one.in macro
9 Use foo one
12 Use one.in
H A Dtest27.conf11 Use foo /unexpected/1 one
14 Use foo.one
16 Use foo.one
18 UndefMacro foo.one
H A Dtest60.conf2 <Macro Foo $one $two>
3 Warning "macro Foo arg 1: $one"
/httpd/modules/lua/test/htdocs/
H A Dconfig_tests.lua1 -- Licensed to the Apache Software Foundation (ASF) under one or more
H A Dother.lua1 -- Licensed to the Apache Software Foundation (ASF) under one or more
H A Dtest.lua1 -- Licensed to the Apache Software Foundation (ASF) under one or more
/httpd/modules/lua/test/lib/
H A Dkangaroo.lua1 -- Licensed to the Apache Software Foundation (ASF) under one or more
/httpd/build/
H A Dlibrary.mk1 # Licensed to the Apache Software Foundation (ASF) under one or more
H A Dltlib.mk1 # Licensed to the Apache Software Foundation (ASF) under one or more
H A Dprogram.mk1 # Licensed to the Apache Software Foundation (ASF) under one or more
H A Dspecial.mk1 # Licensed to the Apache Software Foundation (ASF) under one or more
/httpd/modules/lua/test/
H A Dmoonunit.lua1 -- Licensed to the Apache Software Foundation (ASF) under one or more
H A Dtest.lua3 -- Licensed to the Apache Software Foundation (ASF) under one or more
/httpd/server/
H A Dmpm_unix.c1 /* 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 Dlisten.c1 /* 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 Dmake_sni.sh3 # 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 Ddbmmanage.in3 # Licensed to the Apache Software Foundation (ASF) under one or more
40 command is one of: $cmds
H A Dapxs.in3 # 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 Dmod_proxy_ftp.c1 /* 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 Dmod_include.c1 /* 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