Searched refs:buffer_is_empty (Results 1 – 3 of 3) sorted by relevance
23 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 …]
373 static inline int buffer_is_empty(const buffer *b);374 static inline int buffer_is_empty(const buffer *b) { in buffer_is_empty() function
523 if (__builtin_expect( (buffer_is_empty(l)), 0)) in config_check_cond_nocache_eval()