Home
last modified time | relevance | path

Searched refs:buffer_is_empty (Results 1 – 3 of 3) sorted by relevance

/lighttpd1.4/src/t/
H A Dtest_mod_userdir.c23 assert(buffer_is_empty(&r->physical.basedir)); in test_mod_userdir_docroot_handler()
24 assert(buffer_is_empty(&r->physical.path)); in test_mod_userdir_docroot_handler()
30 assert(buffer_is_empty(&r->physical.basedir)); in test_mod_userdir_docroot_handler()
31 assert(buffer_is_empty(&r->physical.path)); in test_mod_userdir_docroot_handler()
36 assert(buffer_is_empty(&r->physical.basedir)); in test_mod_userdir_docroot_handler()
37 assert(buffer_is_empty(&r->physical.path)); in test_mod_userdir_docroot_handler()
43 assert(buffer_is_empty(&r->physical.path)); in test_mod_userdir_docroot_handler()
49 assert(buffer_is_empty(&r->physical.path)); in test_mod_userdir_docroot_handler()
56 assert(buffer_is_empty(&r->physical.path)); in test_mod_userdir_docroot_handler()
62 assert(buffer_is_empty(&r->physical.path)); in test_mod_userdir_docroot_handler()
[all …]
/lighttpd1.4/src/
H A Dbuffer.h373 static inline int buffer_is_empty(const buffer *b);
374 static inline int buffer_is_empty(const buffer *b) { in buffer_is_empty() function
H A Dconfigfile-glue.c523 if (__builtin_expect( (buffer_is_empty(l)), 0)) in config_check_cond_nocache_eval()