Home
last modified time | relevance | path

Searched refs:http_method_t (Results 1 – 4 of 4) sorted by relevance

/lighttpd1.4/src/
H A Dhttp_kv.h59 } http_method_t; typedef
81 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()
H A Dhttp_kv.c141 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()
H A Drequest.h132 http_method_t http_method;
194 http_method_t error_handler_saved_method; /* error-handler */
H A Dmod_ajp13.c275 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()