Lines Matching refs:buffer_copy_string_len

20     buffer_copy_string_len(&r->uri.path, CONST_STR_LEN(""));  in test_mod_userdir_docroot_handler()
33 buffer_copy_string_len(&r->uri.path, CONST_STR_LEN("/")); in test_mod_userdir_docroot_handler()
39 buffer_copy_string_len(&r->uri.path, CONST_STR_LEN("/other")); in test_mod_userdir_docroot_handler()
45 buffer_copy_string_len(&r->uri.path, CONST_STR_LEN("/~")); in test_mod_userdir_docroot_handler()
51 buffer_copy_string_len(&r->uri.path, CONST_STR_LEN("/~no-trailing-slash")); in test_mod_userdir_docroot_handler()
58 buffer_copy_string_len(&r->uri.path, CONST_STR_LEN("/~/")); in test_mod_userdir_docroot_handler()
64 buffer_copy_string_len(&r->uri.path, CONST_STR_LEN("/~jan/")); in test_mod_userdir_docroot_handler()
65 buffer_copy_string_len(&r->physical.rel_path, CONST_STR_LEN("/~jan/")); in test_mod_userdir_docroot_handler()
73 buffer_copy_string_len(&r->uri.path, CONST_STR_LEN("/~jan/more")); in test_mod_userdir_docroot_handler()
74 buffer_copy_string_len(&r->physical.rel_path, CONST_STR_LEN("/~jan/more")); in test_mod_userdir_docroot_handler()
84 buffer_copy_string_len(&r->uri.path, CONST_STR_LEN("/~.jan/")); in test_mod_userdir_docroot_handler()
90 buffer_copy_string_len(&r->uri.path, CONST_STR_LEN("/~jan/")); in test_mod_userdir_docroot_handler()
91 buffer_copy_string_len(&r->physical.rel_path, CONST_STR_LEN("/~jan/")); in test_mod_userdir_docroot_handler()
108 buffer_copy_string_len(&r->uri.path, CONST_STR_LEN("/~jan/")); in test_mod_userdir_docroot_handler()
109 buffer_copy_string_len(&r->physical.rel_path, CONST_STR_LEN("/~jan/")); in test_mod_userdir_docroot_handler()
117 buffer_copy_string_len(&r->uri.path, CONST_STR_LEN("/~jan/")); in test_mod_userdir_docroot_handler()
118 buffer_copy_string_len(&r->physical.rel_path, CONST_STR_LEN("/~jan/")); in test_mod_userdir_docroot_handler()
130 buffer_copy_string_len(&r->uri.path, CONST_STR_LEN("/~jan/")); in test_mod_userdir_docroot_handler()
131 buffer_copy_string_len(&r->physical.rel_path, CONST_STR_LEN("/~jan/")); in test_mod_userdir_docroot_handler()
141 buffer_copy_string_len(&r->uri.path, CONST_STR_LEN("/~jan/")); in test_mod_userdir_docroot_handler()
142 buffer_copy_string_len(&r->physical.rel_path, CONST_STR_LEN("/~jan/")); in test_mod_userdir_docroot_handler()