Home
last modified time | relevance | path

Searched refs:buffer_string_is_empty (Results 1 – 2 of 2) sorted by relevance

/lighttpd1.4/src/
H A Dbuffer.h379 static inline int buffer_string_is_empty(const buffer *b);
380 static inline int buffer_string_is_empty(const buffer *b) { in buffer_string_is_empty() function
H A Dmod_accesslog.c609 if (!buffer_string_is_empty(b)) in accesslog_append_buffer()