Searched refs:which (Results 1 - 9 of 9) sorted by relevance

/httpd/support/
H A Dcheck_forensic11 if test -f `which mktemp`; then
13 elif test -f `which tempfile`; then
/httpd/build/aix/
H A Dbuildaix.ksh29 apr_config=`which apr-1-config`
30 apu_config=`which apu-1-config`
35 apr_config=`which apr-1-config`
36 apu_config=`which apu-1-config`
/httpd/build/pkg/
H A Dbuildpkg.sh27 apr_config=`which apr-1-config`
28 apu_config=`which apu-1-config`
/httpd/include/
H A Dap_regex.h103 /* The structure in which a captured offset is returned. */
113 * @param which Either AP_REG_PCRE_COMPILED (PCRE version used
118 AP_DECLARE(const char *) ap_pcre_version_string(int which);
172 * @param names The array to which the names will be added
/httpd/server/
H A Dutil_pcre.c75 AP_DECLARE(const char *) ap_pcre_version_string(int which) argument
77 switch (which) {
/httpd/
H A Dbuildconf207 if [ -f `which cut` ]; then
/httpd/test/
H A Dmake_sni.sh342 - xs-root-1/2 Certificate authority which has issued above
375 then you are either using an OpenSSL which is too old and/or you need to ensure that the
/httpd/modules/http/
H A Dhttp_protocol.c18 * http_protocol.c --- routines which directly communicate with the client.
176 * so this cannot exceed 63, and all bits high is equal to -1, which is a
231 * THEN we can be persistent, which requires more headers be output.
634 * such as "MYGET" to methnums, which are int offsets into bitmasks.
934 int which = lookup_builtin_method(method, len); local
936 if (which != UNKNOWN_METHOD)
937 return which;
1060 /* the request finalization will send an EOS, which will flush all
1350 * which some people consider to be a breach of privacy. Until we
1415 /* For all HTTP/1.x responses for which w
[all...]
/httpd/modules/filters/
H A Dmod_include.c1087 * Now search for the next token, which finishes this string
2892 * number of chars of the start_seq which appeared not to be part of a
3425 * EOS, which is now waiting for execution.
3431 * just cleans up and turns itself to PARSE_EXECUTE, which
3902 * a program which may change the Last-Modified header or make the

Completed in 43 milliseconds