Searched refs:http_method_t (Results 1 – 4 of 4) sorted by relevance
59 } http_method_t; typedef81 const buffer *http_method_buf (http_method_t i);85 http_method_t get_http_method_key(const char *s, size_t slen);98 static inline void http_method_append (buffer * const b, const http_method_t method);99 static inline void http_method_append (buffer * const b, const http_method_t method) { in http_method_append()
141 const buffer *http_method_buf (http_method_t i) in http_method_buf()188 http_method_t get_http_method_key(const char *s, const size_t slen) { in get_http_method_key()197 ? (http_method_t)i in get_http_method_key()
132 http_method_t http_method;194 http_method_t error_handler_saved_method; /* error-handler */
275 ajp13_method_byte (const http_method_t m) in ajp13_method_byte()311 return m >= 0 && m < (http_method_t)sizeof(ajp13_methods) in ajp13_method_byte()