Searched defs:which (Results 1 - 2 of 2) sorted by relevance

/httpd/server/
H A Dutil_pcre.c75 AP_DECLARE(const char *) ap_pcre_version_string(int which) argument
77 switch (which) {
/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...]

Completed in 366 milliseconds