Lines Matching defs:method
170 valid_method(int method)
172 switch (method) {
191 * Returns the method string for the given method.
195 http_method(int method)
197 if (method < sizeof (g_method_strings) / sizeof (g_method_strings[0]))
198 return ((char *)(g_method_strings[method]));
587 char *method;
623 if ((! valid_method((int)r->method)) ||
629 method = http_method((int)r->method);
652 method,