Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_ssi.c153 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 Dmod_auth.c315 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 Dmod_mysql_vhost.c227 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 Dmod_cml_lua.c63 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 Dmod_proxy.c424 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 Dmod_magnet.c508 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 Dbuffer.h51 int buffer_copy_string(buffer *b, const char *s);
H A Dbuffer.c125 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 Dmod_secure_download.c279 buffer_copy_string(con->physical.rel_path, rel_uri); in URIHANDLER_FUNC()
H A Dresponse.c294 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 Dhttp-header-glue.c98 buffer_copy_string(ds->value, value); in response_header_overwrite()
H A Dmod_userdir.c241 buffer_copy_string(p->temp_path, pwd->pw_dir); in URIHANDLER_FUNC()
H A Dnetwork.c94 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 Dmod_extforward.c458 buffer_copy_string(con->dst_addr_buf, real_remote_addr); in URIHANDLER_FUNC()
H A Dplugin.c179 buffer_copy_string(srv->tmp_buf, modules); in plugins_load()
H A Dconfigfile-glue.c439 buffer_copy_string(srv->tmp_buf, method); in config_check_cond_nocache()
H A Dstat_cache.c279 buffer_copy_string(sc->hash_key, fe.filename); in stat_cache_handle_fdevent()
H A Dserver.c584 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 Dmod_scgi.c1742 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 Dmod_accesslog.c525 buffer_copy_string(s->ts_accesslog_fmt_str, s->parsed_format->ptr[j]->string->ptr); in SETDEFAULTS_FUNC()
H A Dhttp_auth.c1166 buffer_copy_string(p->auth_user, username); in http_auth_digest_check()
H A Dmod_fastcgi.c2226 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 Dmod_cgi.c289 buffer_copy_string(ds->value, value); in cgi_response_parse()
H A Dconnections.c1370 buffer_copy_string(con->dst_addr_buf, inet_ntop_cache_get_ip(srv, &(con->dst_addr)));
H A Dmod_webdav.c1854 buffer_copy_string(p->uri.path_raw, start); in URIHANDLER_FUNC()