Home
last modified time | relevance | path

Searched refs:buffer_append_string_encoded (Results 1 – 8 of 8) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_dirlisting.c491 buffer_append_string_encoded(out, CONST_BUF_LEN(con->uri.path), ENCODING_MINIMAL_XML); in http_list_directory_header()
549 buffer_append_string_encoded(out, s.start, s.size, ENCODING_MINIMAL_XML); in http_list_directory_header()
559 buffer_append_string_encoded(out, CONST_BUF_LEN(con->uri.path), ENCODING_MINIMAL_XML); in http_list_directory_header()
602 buffer_append_string_encoded(out, s.start, s.size, ENCODING_MINIMAL_XML); in http_list_directory_footer()
804 buffer_append_string_encoded(out, DIRLIST_ENT_NAME(tmp), tmp->namelen, ENCODING_REL_URI_PART); in http_list_directory()
806 buffer_append_string_encoded(out, DIRLIST_ENT_NAME(tmp), tmp->namelen, ENCODING_MINIMAL_XML); in http_list_directory()
860 buffer_append_string_encoded(out, DIRLIST_ENT_NAME(tmp), tmp->namelen, ENCODING_REL_URI_PART); in http_list_directory()
862 buffer_append_string_encoded(out, DIRLIST_ENT_NAME(tmp), tmp->namelen, ENCODING_MINIMAL_XML); in http_list_directory()
H A Dmod_usertrack.c234 buffer_append_string_encoded(ds->value, (char *)h, 16, ENCODING_HEX); in URIHANDLER_FUNC()
240 buffer_append_string_encoded(ds->value, CONST_BUF_LEN(p->conf.cookie_domain), ENCODING_REL_URI); in URIHANDLER_FUNC()
H A Dbuffer.h97 int buffer_append_string_encoded(buffer *b, const char *s, size_t s_len, buffer_encoding_t encoding…
H A Dmod_status.c528 buffer_append_string_encoded(b, CONST_BUF_LEN(c->uri.path), ENCODING_HTML); in mod_status_handle_server_status_html()
533 buffer_append_string_encoded(b, CONST_BUF_LEN(c->uri.query), ENCODING_HTML); in mod_status_handle_server_status_html()
538 buffer_append_string_encoded(b, CONST_BUF_LEN(c->request.orig_uri), ENCODING_HTML); in mod_status_handle_server_status_html()
H A Dresponse.c89 buffer_append_string_encoded(b, CONST_BUF_LEN(ds->value), ENCODING_HTTP_HEADER); in http_response_write_header()
120 buffer_append_string_encoded(b, CONST_BUF_LEN(con->conf.server_tag), ENCODING_HTTP_HEADER); in http_response_write_header()
H A Dmod_ssi.c702 buffer_append_string_encoded(b, CONST_BUF_LEN(ds->value), ENCODING_MINIMAL_XML); in process_ssi_stmt()
710 buffer_append_string_encoded(b, CONST_BUF_LEN(ds->value), ENCODING_MINIMAL_XML); in process_ssi_stmt()
H A Dbuffer.c767 int buffer_append_string_encoded(buffer *b, const char *s, size_t s_len, buffer_encoding_t encoding… in buffer_append_string_encoded() function
H A Dmod_webdav.c1367 buffer_append_string_encoded(b, CONST_BUF_LEN(con->uri.path), ENCODING_REL_URI); in URIHANDLER_FUNC()
1436 buffer_append_string_encoded(b, CONST_BUF_LEN(d.rel_path), ENCODING_REL_URI); in URIHANDLER_FUNC()