Home
last modified time | relevance | path

Searched refs:buffer_append_string (Results 1 – 25 of 28) sorted by relevance

12

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_status.c149 buffer_append_string(b, key); in mod_status_row_append()
152 buffer_append_string(b, value); in mod_status_row_append()
162 buffer_append_string(b, key); in mod_status_header_append()
174 buffer_append_string(b, key); in mod_status_header_append_sort()
178 buffer_append_string(b, key); in mod_status_header_append_sort()
349 buffer_append_string(b, buf); in mod_status_handle_server_status_html()
371 buffer_append_string(b, buf); in mod_status_handle_server_status_html()
396 buffer_append_string(b, buf); in mod_status_handle_server_status_html()
431 buffer_append_string(b, buf); in mod_status_handle_server_status_html()
579 buffer_append_string(b, buf); in mod_status_handle_server_status_text()
[all …]
H A Dmod_webdav.c485 buffer_append_string(b, prop_name); in webdav_gen_prop_tag()
487 buffer_append_string(b, prop_ns); in webdav_gen_prop_tag()
490 buffer_append_string(b, value); in webdav_gen_prop_tag()
493 buffer_append_string(b, prop_name); in webdav_gen_prop_tag()
497 buffer_append_string(b, prop_name); in webdav_gen_prop_tag()
499 buffer_append_string(b, prop_ns); in webdav_gen_prop_tag()
600 buffer_append_string(d.path, de->d_name); in webdav_delete_dir()
869 buffer_append_string(b, ctime_buf); in webdav_get_live_property()
875 buffer_append_string(b, mtime_buf); in webdav_get_live_property()
1117 buffer_append_string(b, lockscope); in webdav_lockdiscovery()
[all …]
H A Dhttp-header-glue.c169 buffer_append_string(o, in http_response_redirect_to_directory()
173 buffer_append_string(o, hbuf); in http_response_redirect_to_directory()
183 buffer_append_string(o, inet_ntoa(our_addr.ipv4.sin_addr)); in http_response_redirect_to_directory()
185 buffer_append_string(o, he->h_name); in http_response_redirect_to_directory()
H A Dlog.c293 buffer_append_string(srv->errorlog_buf, filename); in log_error_write()
308 buffer_append_string(srv->errorlog_buf, s); in log_error_write()
334 buffer_append_string(srv->errorlog_buf, s); in log_error_write()
H A Dproc_open.c186 buffer_append_string(cmdline, shell); in proc_open()
188 buffer_append_string(cmdline, windir); in proc_open()
192 buffer_append_string(cmdline, command); in proc_open()
H A Dmod_staticfile.c293 buffer_append_string(b, boundary); in http_response_parse_range()
328 buffer_append_string(b, boundary); in http_response_parse_range()
336 buffer_append_string(p->range_buf, boundary); in http_response_parse_range()
H A Dbuffer.h60 int buffer_append_string(buffer *b, const char *s);
H A Dmod_accesslog.c760 buffer_append_string(b, inet_ntop_cache_get_ip(srv, &(con->dst_addr))); in REQUESTDONE_FUNC()
855 buffer_append_string(b, get_http_method_name(con->request.http_method)); in REQUESTDONE_FUNC()
870 buffer_append_string(b, colon+1); in REQUESTDONE_FUNC()
H A Dmod_alias.c177 buffer_append_string(srv->tmp_buf, uri_ptr + alias_len); in PHYSICALPATH_FUNC()
H A Dmod_trigger_b4_dl.c390 buffer_append_string(p->tmp_buf, remote_ip); in URIHANDLER_FUNC()
477 buffer_append_string(p->tmp_buf, remote_ip); in URIHANDLER_FUNC()
H A Dconfigparser.y244 buffer_append_string(ds->value, env); in value()
409 buffer_append_string(b, "/"); in SRVVARNAME()
H A Dmod_secure_download.c256 buffer_append_string(p->md5, rel_uri); in URIHANDLER_FUNC()
H A Dmod_redirect.c235 buffer_append_string(p->location, list[num]); in mod_redirect_uri_handler()
H A Dresponse.c45 buffer_append_string(b, get_http_status_name(con->http_status)); in http_response_write_header()
169 buffer_append_string(envds->key, xobjsn); in https_add_ssl_entries()
H A Dmod_userdir.c303 buffer_append_string(p->temp_path, rel_url + 1); /* skip the / */ in URIHANDLER_FUNC()
H A Dmod_dirlisting.c866 buffer_append_string(out, sizebuf); in http_list_directory()
868 buffer_append_string(out, content_type); in http_list_directory()
H A Dmod_compress.c435 buffer_append_string(p->ofn, con->physical.path->ptr + con->physical.doc_root->used - 1); in deflate_file_to_file()
872 buffer_append_string(srv->tmp_buf, compression_name); in PHYSICALPATH_FUNC()
H A Dmod_cml_lua.c345 buffer_append_string(b, lua_tostring(L, -1)); in cache_parse_lua()
H A Dplugin.c139 buffer_append_string(srv->tmp_buf, modules); in plugins_load()
H A Dmod_ssi.c579 buffer_append_string(p->stat_fn, virt_path); in process_ssi_stmt()
606 buffer_append_string(b, abr[j]); in process_ssi_stmt()
H A Dconfigparser.c958 buffer_append_string(ds->value, env); in yy_reduce()
1195 buffer_append_string(b, "/"); in yy_reduce()
H A Dmod_rewrite.c411 buffer_append_string(con->request.uri, list[num]); in process_rewrite_rules()
H A Dconfigfile.c525 buffer_append_string(t->file, fn);
999 buffer_append_string(filename, fn); in config_parse_file()
H A Dmod_auth.c296 buffer_append_string(p->tmp_buf, hh); in mod_auth_uri_handler()
H A Dbuffer.c168 int buffer_append_string(buffer *b, const char *s) { in buffer_append_string() function

12