Home
last modified time | relevance | path

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

12

/lighttpd1.4/src/
H A Dmod_simple_vhost.c133 buffer_copy_buffer(out, sroot); in build_doc_root_path()
169 buffer_copy_buffer(&p->last_root, out); in build_doc_root()
190 buffer_copy_buffer(&r->server_name_buf, host); in mod_simple_vhost_docroot()
192 buffer_copy_buffer(&r->physical.doc_root, b); in mod_simple_vhost_docroot()
H A Dconfigparser.y288 buffer_copy_buffer(&dc->key, tb); in configparser_parse_condition()
289 buffer_copy_buffer(&dc->comp_tag, comp_tag); in configparser_parse_condition()
403 buffer_copy_buffer(&B->key, A); in key()
433 buffer_copy_buffer(&B->key, A); in key()
460 buffer_copy_buffer(&du->key, A); in key()
464 buffer_copy_buffer(&B->key, A); in key()
614 buffer_copy_buffer(&C->key, B); in aelement()
675 buffer_copy_buffer(&C->key, &B->key); in condlines()
795 buffer_copy_buffer((A = buffer_init()), &((data_string*)B)->value); in stringop()
H A Dmod_magnet_cache.c61 buffer_copy_buffer(&sc->etag, etag); in script_cache_load_script()
104 buffer_copy_buffer(&sc->name, name); in __attribute_nonnull__()
H A Dmod_userdir.c246 buffer_copy_buffer(b, p->conf.basepath); in mod_userdir_docroot_construct()
255 buffer_copy_buffer(&r->physical.basedir, b); in mod_userdir_docroot_construct()
256 buffer_copy_buffer(&r->physical.path, b); in mod_userdir_docroot_construct()
H A Ddata_config.c27 buffer_copy_buffer(&ds->key, &src->key); in data_config_copy()
30 buffer_copy_buffer(&ds->comp_tag, &src->comp_tag); in data_config_copy()
H A Dresponse.c462 buffer_copy_buffer(&r->physical.rel_path, &r->uri.path); in http_response_prepare()
499 buffer_copy_buffer(&r->physical.doc_root, r->conf.document_root); in http_response_prepare()
500 buffer_copy_buffer(&r->physical.basedir, &r->physical.doc_root); in http_response_prepare()
621 if (NULL != vb) buffer_copy_buffer((www_auth = buffer_init()), vb); in http_response_errdoc_init()
652 buffer_copy_buffer(&r->physical.path, r->conf.errorfile_prefix); in http_response_static_errdoc()
920 buffer_copy_buffer(&r->target, error_handler); in http_response_call_error_handler()
H A Darray.c16 if (!buffer_is_unset(&src->key)) buffer_copy_buffer(&ds->key, &src->key); in array_data_string_copy()
17 buffer_copy_buffer(&ds->value, &src->value); in array_data_string_copy()
29 buffer_copy_buffer(&ds_dst->value, &ds_src->value); in array_data_string_insert_dup()
57 if (!buffer_is_unset(&src->key)) buffer_copy_buffer(&di->key, &src->key); in array_data_integer_copy()
86 if (!buffer_is_unset(&src->key)) buffer_copy_buffer(&da->key, &src->key); in array_data_array_copy()
H A Dbuffer.h296 static inline void buffer_copy_buffer(buffer * restrict b, const buffer * restrict src);
297 static inline void buffer_copy_buffer(buffer * restrict b, const buffer * restrict src) { in buffer_copy_buffer() function
H A Dnetwork.c234 buffer_copy_buffer(tb, host); in network_host_parse_addr()
347 buffer_copy_buffer(srv_token, token); in network_srv_socket_init_token()
801 buffer_copy_buffer(b, srv->srvconf.bindhost); in network_init()
856 buffer_copy_buffer(b, srv->srvconf.bindhost); in network_init()
H A Drequest.c609 buffer_copy_buffer(&r->target, r->http_host); in http_request_validate_pseudohdrs()
611 buffer_copy_buffer(&r->target_orig, &r->target); in http_request_validate_pseudohdrs()
988 buffer_copy_buffer(&r->uri.path, target); in http_request_parse_target()
1227 buffer_copy_buffer(&r->uri.authority, r->http_host); in http_request_parse()
H A Dmod_indexfile.c120 buffer_copy_buffer(&r->uri.path, v); in __attribute_nonnull__()
H A Dmod_authn_gssapi.c357 buffer_copy_buffer(sprinc, p->conf.auth_gssapi_principal); in mod_authn_gssapi_check_spnego()
665 buffer_copy_buffer(sprinc, p->conf.auth_gssapi_principal); in mod_authn_gssapi_basic()
688 buffer_copy_buffer((user_at_realm = buffer_init()), username); in mod_authn_gssapi_basic()
H A Dmod_evhost.c342 buffer_copy_buffer(&r->physical.doc_root, b); in mod_evhost_uri_handler()
H A Dhttp_cgi.c67 buffer_copy_buffer(&r->target, vb); in http_cgi_local_redir()
H A Dmod_rewrite.c308 buffer_copy_buffer(&r->target, tb); in process_rewrite_rules()
H A Dconfigfile.c2143 buffer_copy_buffer(token, lasttoken); in config_parse()
2566 buffer_copy_buffer(tb, srv->srvconf.changeroot); in config_set_defaults()
2576 buffer_copy_buffer(tb, &ds->value); in config_set_defaults()
2609 buffer_copy_buffer(tb, s->document_root); in config_set_defaults()
H A Dhttp-header-glue.c124 buffer_copy_buffer(vb, o); in http_response_redirect_to_directory()
178 buffer_copy_buffer(vb, strftime_cache_get(lmtime)); in http_response_set_last_modified()
H A Dmod_fastcgi.c403 buffer_copy_buffer(hctx->response, hdrs); in fcgi_recv_parse_loop()
H A Dmod_vhostdb_ldap.c87 buffer_copy_buffer(host, tb); in mod_vhostdb_dbconf_add_scheme()
H A Dgw_backend.c148 buffer_copy_buffer(proc->unixsocket, host->unixsocket); in gw_proc_init_portpath()
2267 buffer_copy_buffer(&r->physical.doc_root, host->docroot); in gw_authorizer_ok()
2268 buffer_copy_buffer(&r->physical.basedir, host->docroot); in gw_authorizer_ok()
2619 buffer_copy_buffer(&r->pathinfo, &r->uri.path); in gw_check_extension()
H A Dstat_cache.c1021 buffer_copy_buffer(&sce->content_type, mtype); in stat_cache_content_type_get_by_xattr()
1025 buffer_copy_buffer(&sce->content_type, mtype); in stat_cache_content_type_get_by_xattr()
H A Dplugin.c198 buffer_copy_buffer(tb, module); in plugins_load()
H A Dmod_authn_ldap.c178 buffer_copy_buffer(host, tb); in mod_authn_add_scheme()
H A Dmod_ajp13.c836 buffer_copy_buffer(hctx->response, hdrs); in ajp13_recv_parse_loop()
/lighttpd1.4/src/t/
H A Dtest_mod_staticfile.c152 buffer_copy_buffer(etag, vb); in test_http_response_send_file()

12