Home
last modified time | relevance | path

Searched refs:buffer_append_string_buffer (Results 1 – 14 of 14) sorted by relevance

/lighttpd1.4/src/
H A Dmod_evhost.c293 buffer_append_string_buffer(b, authority); /* adds fqdn */ in mod_evhost_build_doc_root_path()
303 buffer_append_string_buffer(b, &ds->value); in mod_evhost_build_doc_root_path()
313 buffer_append_string_buffer(b, &ds->value); in mod_evhost_build_doc_root_path()
318 buffer_append_string_buffer(b, path_pieces); in mod_evhost_build_doc_root_path()
H A Dmod_accesslog.c724 buffer_append_string_buffer(b, ts_accesslog_str); in accesslog_append_time()
746 buffer_append_string_buffer(b, ts_accesslog_str); in accesslog_append_time()
898 buffer_append_string_buffer(b, &f->string); in log_access_record()
933 buffer_append_string_buffer(b, r->dst_addr_buf); in log_access_record()
H A Dmod_indexfile.c130 buffer_append_string_buffer(&r->uri.path, v); in __attribute_nonnull__()
H A Dmod_simple_vhost.c141 buffer_append_string_buffer(out, host); in build_doc_root_path()
H A Dconfigparser.y105 buffer_append_string_buffer(&ds->value, &((data_string*)op2)->value); in configparser_merge_data()
117 buffer_append_string_buffer(&((data_string *)op1)->value, &((data_string *)op2)->value); in configparser_merge_data()
478 buffer_append_string_buffer(A, B); in key()
H A Dmod_authn_ldap.c684 buffer_append_string_buffer(filter, s->auth_ldap_groupmember); in mod_authn_ldap_memberOf()
735 buffer_append_string_buffer(ldap_filter, template); in mod_authn_ldap_basic()
H A Dbuffer.h356 #define buffer_append_string_buffer buffer_append_buffer macro
H A Dhttp-header-glue.c37 buffer_append_string_buffer(o, &r->uri.authority); in http_response_buffer_append_authority()
78 buffer_append_string_buffer(o, r->server_name); in http_response_buffer_append_authority()
H A Dmod_authn_gssapi.c350 buffer_append_string_buffer(&ktname, p->conf.auth_gssapi_keytab); in mod_authn_gssapi_check_spnego()
H A Dconfigfile.c1473 buffer_append_string_buffer(b, &du->key); in config_print_config()
2383 buffer_append_string_buffer(tb, b); in config_remoteip_normalize_ipv6()
H A Dmod_proxy.c677 buffer_append_string_buffer(b, &con->dst_addr_buf); in proxy_set_Forwarded()
H A Dchunk.c641 buffer_append_string_buffer(ckpt->mem, b); in chunkqueue_use_memory()
H A Dmod_magnet.c1898 buffer_append_string_buffer(&r->target, r->tmp_buf); in magnet_env_set_uri_path_raw()
/lighttpd1.4/
H A DNEWS2043 * [core] perf: inline buffer_append_string_buffer()