Searched refs:buffer_append_string_encoded (Results 1 – 9 of 9) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | mod_status.c | 208 buffer_append_string_encoded(b, BUF_PTR_LEN(&r->uri.authority), ENCODING_HTML); in mod_status_html_rtable_r() 210 buffer_append_string_encoded(b, BUF_PTR_LEN(r->server_name), ENCODING_HTML); in mod_status_html_rtable_r() 215 buffer_append_string_encoded(b, BUF_PTR_LEN(&r->uri.path), ENCODING_HTML); in mod_status_html_rtable_r() 219 buffer_append_string_encoded(b, BUF_PTR_LEN(&r->uri.query), ENCODING_HTML); in mod_status_html_rtable_r() 224 buffer_append_string_encoded(b, BUF_PTR_LEN(&r->target_orig), ENCODING_HTML); in mod_status_html_rtable_r() 229 buffer_append_string_encoded(b, BUF_PTR_LEN(&r->physical.path), ENCODING_HTML); in mod_status_html_rtable_r() 392 buffer_append_string_encoded(b, BUF_PTR_LEN(&r->uri.authority), ENCODING_HTML); in mod_status_handle_server_status_html() 395 buffer_append_string_encoded(b, BUF_PTR_LEN(r->server_name), ENCODING_HTML); in mod_status_handle_server_status_html()
|
| H A D | mod_dirlisting.c | 624 buffer_append_string_encoded(out, buf, (size_t)rd, ENCODING_MINIMAL_XML); in http_list_directory_include_file() 861 buffer_append_string_encoded(out, BUF_PTR_LEN(&r->uri.path), ENCODING_MINIMAL_XML); in http_list_directory_header() 916 buffer_append_string_encoded(out, BUF_PTR_LEN(&r->uri.path), ENCODING_MINIMAL_XML); in http_list_directory_header() 1164 buffer_append_string_encoded(out, DIRLIST_ENT_NAME(tmp), tmp->namelen, ENCODING_REL_URI_PART); in http_list_directory() 1166 buffer_append_string_encoded(out, DIRLIST_ENT_NAME(tmp), tmp->namelen, ENCODING_MINIMAL_XML); in http_list_directory() 1205 buffer_append_string_encoded(out, DIRLIST_ENT_NAME(tmp), tmp->namelen, ENCODING_REL_URI_PART); in http_list_directory() 1207 buffer_append_string_encoded(out, DIRLIST_ENT_NAME(tmp), tmp->namelen, ENCODING_MINIMAL_XML); in http_list_directory()
|
| H A D | buffer.h | 180 void buffer_append_string_encoded(buffer * restrict b, const char * restrict s, size_t s_len, buffe…
|
| H A D | mod_ssi.c | 1116 buffer_append_string_encoded(tb, BUF_PTR_LEN(&ds->value), ENCODING_MINIMAL_XML); in process_ssi_stmt() 1123 buffer_append_string_encoded(tb, BUF_PTR_LEN(&ds->value), ENCODING_MINIMAL_XML); in process_ssi_stmt()
|
| H A D | buffer.c | 590 void buffer_append_string_encoded(buffer * const restrict b, const char * const restrict s, size_t … in buffer_append_string_encoded() function
|
| H A D | mod_magnet.c | 1204 buffer_append_string_encoded(b, s.ptr, s.len, ENCODING_MINIMAL_XML); in magnet_xmlenc() 1265 buffer_append_string_encoded(b, s.ptr, s.len, ENCODING_REL_URI); in magnet_urlenc() 1325 buffer_append_string_encoded(b, s, slen, ENCODING_REL_URI); in magnet_urlenc_query_part()
|
| H A D | http-header-glue.c | 125 buffer_append_string_encoded(vb, BUF_PTR_LEN(&r->uri.path), in http_response_redirect_to_directory()
|
| H A D | mod_webdav.c | 856 buffer_append_string_encoded(b, BUF_PTR_LEN(href), ENCODING_REL_URI); in webdav_xml_href()
|
| /lighttpd1.4/ |
| H A D | NEWS | 2181 * [core] buffer_append_string_encoded() uc hex
|