Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dhttp_kv.h98 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() function
H A Dmod_accesslog.c942 http_method_append(b, r->http_method); in log_access_record()
968 http_method_append(b, r->http_method); in log_access_record()
H A Dmod_magnet.c1964 http_method_append(dest, r->http_method); in magnet_env_get_buffer_by_id()
/lighttpd1.4/
H A DNEWS2133 * [core] http_method_append()