| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_ssi.c | 153 buffer_copy_string(ds->key, key); in ssi_env_add() 154 buffer_copy_string(ds->value, val); in ssi_env_add() 448 buffer_copy_string(b, pw->pw_name); in process_ssi_stmt() 462 buffer_copy_string(b, buf); in process_ssi_stmt() 473 buffer_copy_string(b, buf); in process_ssi_stmt() 484 buffer_copy_string(b, buf); in process_ssi_stmt() 495 buffer_copy_string(b, sl + 1); in process_ssi_stmt() 616 buffer_copy_string(b, buf); in process_ssi_stmt() 657 buffer_copy_string(ds->key, key); in process_ssi_stmt() 658 buffer_copy_string(ds->value, val); in process_ssi_stmt() [all …]
|
| H A D | mod_auth.c | 315 buffer_copy_string(ds->key, "AUTH_TYPE"); in mod_auth_uri_handler() 316 buffer_copy_string(ds->value, auth_type); in mod_auth_uri_handler() 431 buffer_copy_string(s->ldap_filter_post, dollar+1); in SETDEFAULTS_FUNC() 522 buffer_copy_string(ds->value, method); in SETDEFAULTS_FUNC() 529 buffer_copy_string(ds->value, realm); in SETDEFAULTS_FUNC() 536 buffer_copy_string(ds->value, require); in SETDEFAULTS_FUNC()
|
| H A D | mod_mysql_vhost.c | 227 buffer_copy_string(s->mysql_pre, sel->ptr); 228 buffer_copy_string(s->mysql_post, qmark+1); 385 buffer_copy_string(p->tmp_buf, row[0]); 406 buffer_copy_string(c->fcgi_arg, row[2]);
|
| H A D | mod_cml_lua.c | 63 buffer_copy_string(b, lua_tostring(L, curelem)); in lua_to_c_get_string() 347 buffer_copy_string(b, lua_tostring(L, -1)); in cache_parse_lua()
|
| H A D | mod_proxy.c | 424 buffer_copy_string(ds_dst->key, key); in proxy_set_header() 425 buffer_copy_string(ds_dst->value, value); in proxy_set_header() 436 buffer_copy_string(ds_dst->key, key); in proxy_append_header() 453 buffer_copy_string(b, get_http_method_name(con->request.http_method)); in proxy_create_env() 636 buffer_copy_string(ds->value, value); in proxy_response_parse()
|
| H A D | mod_magnet.c | 508 buffer_copy_string(srv->tmp_buf, get_http_method_name(con->request.http_method)); in magnet_env_get_buffer_by_id() 516 buffer_copy_string(srv->tmp_buf, get_http_version_name(con->request.http_version)); in magnet_env_get_buffer_by_id() 583 buffer_copy_string(dest, val); in magnet_env_set() 769 buffer_copy_string(fn, lua_tostring(L, -3)); in magnet_attach_content()
|
| H A D | buffer.h | 51 int buffer_copy_string(buffer *b, const char *s);
|
| H A D | buffer.c | 125 int buffer_copy_string(buffer *b, const char *s) { in buffer_copy_string() function 503 buffer_copy_string(b, str); in buffer_init_string()
|
| H A D | mod_secure_download.c | 279 buffer_copy_string(con->physical.rel_path, rel_uri); in URIHANDLER_FUNC()
|
| H A D | response.c | 294 buffer_copy_string (con->uri.query, qstr + 1); in http_response_prepare() 704 buffer_copy_string(con->request.pathinfo, pathinfo); in http_response_prepare()
|
| H A D | http-header-glue.c | 98 buffer_copy_string(ds->value, value); in response_header_overwrite()
|
| H A D | mod_userdir.c | 241 buffer_copy_string(p->temp_path, pwd->pw_dir); in URIHANDLER_FUNC()
|
| H A D | network.c | 94 buffer_copy_string(con->uri.scheme, "https"); in network_ssl_servername_callback() 104 buffer_copy_string(con->tlsext_server_name, servername); in network_ssl_servername_callback()
|
| H A D | mod_extforward.c | 458 buffer_copy_string(con->dst_addr_buf, real_remote_addr); in URIHANDLER_FUNC()
|
| H A D | plugin.c | 179 buffer_copy_string(srv->tmp_buf, modules); in plugins_load()
|
| H A D | configfile-glue.c | 439 buffer_copy_string(srv->tmp_buf, method); in config_check_cond_nocache()
|
| H A D | stat_cache.c | 279 buffer_copy_string(sc->hash_key, fe.filename); in stat_cache_handle_fdevent()
|
| H A D | server.c | 584 buffer_copy_string(((*srv_states)[i])->srvconf.modules_dir, in init_server_states() 1301 buffer_copy_string(srv->srvconf.modules_dir, optarg); in main()
|
| H A D | mod_scgi.c | 1742 buffer_copy_string(ds->value, value); in scgi_response_parse() 2841 buffer_copy_string(con->request.pathinfo, con->uri.path->ptr); in scgi_check_extension() 2849 buffer_copy_string(con->request.pathinfo, pathinfo); in scgi_check_extension()
|
| H A D | mod_accesslog.c | 525 buffer_copy_string(s->ts_accesslog_fmt_str, s->parsed_format->ptr[j]->string->ptr); in SETDEFAULTS_FUNC()
|
| H A D | http_auth.c | 1166 buffer_copy_string(p->auth_user, username); in http_auth_digest_check()
|
| H A D | mod_fastcgi.c | 2226 buffer_copy_string(ds->value, value); in fcgi_response_parse() 3644 buffer_copy_string(con->request.pathinfo, con->uri.path->ptr); in fcgi_check_extension() 3652 buffer_copy_string(con->request.pathinfo, pathinfo); in fcgi_check_extension()
|
| H A D | mod_cgi.c | 289 buffer_copy_string(ds->value, value); in cgi_response_parse()
|
| H A D | connections.c | 1370 buffer_copy_string(con->dst_addr_buf, inet_ntop_cache_get_ip(srv, &(con->dst_addr)));
|
| H A D | mod_webdav.c | 1854 buffer_copy_string(p->uri.path_raw, start); in URIHANDLER_FUNC()
|