Home
last modified time | relevance | path

Searched refs:buffer_append_path_len (Results 1 – 12 of 12) sorted by relevance

/lighttpd1.4/src/t/
H A Dtest_buffer.c117 buffer_append_path_len(b, CONST_STR_LEN("a")); in test_buffer_append_path_len()
120 buffer_append_path_len(b, CONST_STR_LEN("a")); in test_buffer_append_path_len()
123 buffer_append_path_len(b, CONST_STR_LEN("/a")); in test_buffer_append_path_len()
126 buffer_append_path_len(b, CONST_STR_LEN("a")); in test_buffer_append_path_len()
129 buffer_append_path_len(b, CONST_STR_LEN("/a")); in test_buffer_append_path_len()
132 buffer_append_path_len(b, CONST_STR_LEN("a")); in test_buffer_append_path_len()
135 buffer_append_path_len(b, CONST_STR_LEN("a")); in test_buffer_append_path_len()
138 buffer_append_path_len(b, CONST_STR_LEN("/a")); in test_buffer_append_path_len()
141 buffer_append_path_len(b, CONST_STR_LEN("/a")); in test_buffer_append_path_len()
/lighttpd1.4/src/
H A Dmod_userdir.c249 buffer_append_path_len(b, u, 1); in mod_userdir_docroot_construct()
251 buffer_append_path_len(b, u, ulen); in mod_userdir_docroot_construct()
252 buffer_append_path_len(b, BUF_PTR_LEN(p->conf.path)); in mod_userdir_docroot_construct()
H A Dmod_indexfile.c93 buffer_append_path_len(b, BUF_PTR_LEN(v)); in __attribute_nonnull__()
131 buffer_append_path_len(&r->physical.path, BUF_PTR_LEN(v)); in __attribute_nonnull__()
H A Dmod_simple_vhost.c148 buffer_append_path_len(out, BUF_PTR_LEN(droot)); in build_doc_root_path()
H A Dbuffer.c234 void buffer_append_path_len(buffer * restrict b, const char * restrict a, size_t alen) { in buffer_append_path_len() function
262 buffer_append_path_len(b, s2, len2);/*(choice: not inlined, special-cased)*/ in buffer_copy_path_len2()
H A Dbuffer.h245 void buffer_append_path_len(buffer * restrict b, const char * restrict a, size_t alen); /* join str…
H A Dplugin.c185 buffer_append_path_len(tb, BUF_PTR_LEN(module)); in plugins_load()
H A Dmod_dirlisting.c592 buffer_append_path_len(&r->physical.path, BUF_PTR_LEN(path)); in http_list_directory_include_file()
H A Dstat_cache.c504 buffer_append_path_len(n, fn, fnlen); in stat_cache_handle_fdevent_fn()
H A Dmod_deflate.c1525 buffer_append_path_len(fn, CONST_STR_LEN("lighttpd-XXXXXX")); in mod_deflate_using_libdeflate()
H A Dconfigfile.c2574 buffer_append_path_len(tb, BUF_PTR_LEN(&ds->value)); in config_set_defaults()
/lighttpd1.4/
H A DNEWS1113 * buffer_append_path_len() to join paths
2093 * [core] buffer_append_path_len()