| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_status.c | 149 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 D | mod_webdav.c | 485 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 D | http-header-glue.c | 169 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 D | log.c | 293 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 D | proc_open.c | 186 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 D | mod_staticfile.c | 293 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 D | buffer.h | 60 int buffer_append_string(buffer *b, const char *s);
|
| H A D | mod_accesslog.c | 760 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 D | mod_alias.c | 177 buffer_append_string(srv->tmp_buf, uri_ptr + alias_len); in PHYSICALPATH_FUNC()
|
| H A D | mod_trigger_b4_dl.c | 390 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 D | configparser.y | 244 buffer_append_string(ds->value, env); in value() 409 buffer_append_string(b, "/"); in SRVVARNAME()
|
| H A D | mod_secure_download.c | 256 buffer_append_string(p->md5, rel_uri); in URIHANDLER_FUNC()
|
| H A D | mod_redirect.c | 235 buffer_append_string(p->location, list[num]); in mod_redirect_uri_handler()
|
| H A D | response.c | 45 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 D | mod_userdir.c | 303 buffer_append_string(p->temp_path, rel_url + 1); /* skip the / */ in URIHANDLER_FUNC()
|
| H A D | mod_dirlisting.c | 866 buffer_append_string(out, sizebuf); in http_list_directory() 868 buffer_append_string(out, content_type); in http_list_directory()
|
| H A D | mod_compress.c | 435 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 D | mod_cml_lua.c | 345 buffer_append_string(b, lua_tostring(L, -1)); in cache_parse_lua()
|
| H A D | plugin.c | 139 buffer_append_string(srv->tmp_buf, modules); in plugins_load()
|
| H A D | mod_ssi.c | 579 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 D | configparser.c | 958 buffer_append_string(ds->value, env); in yy_reduce() 1195 buffer_append_string(b, "/"); in yy_reduce()
|
| H A D | mod_rewrite.c | 411 buffer_append_string(con->request.uri, list[num]); in process_rewrite_rules()
|
| H A D | configfile.c | 525 buffer_append_string(t->file, fn); 999 buffer_append_string(filename, fn); in config_parse_file()
|
| H A D | mod_auth.c | 296 buffer_append_string(p->tmp_buf, hh); in mod_auth_uri_handler()
|
| H A D | buffer.c | 168 int buffer_append_string(buffer *b, const char *s) { in buffer_append_string() function
|