Home
last modified time | relevance | path

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

12

/lighttpd1.4/src/
H A Dlog.c125 buffer_append_str2(b, tstr, tlen, CONST_STR_LEN(".000000000: ")); in __attribute_nonnull__()
257 buffer_append_str2(b, CONST_STR_LEN(": "), buf, strlen(buf)); in log_error_append_strerror()
H A Dmod_authn_gssapi.c364 buffer_append_str2(sprinc, CONST_STR_LEN("/"), in mod_authn_gssapi_check_spnego()
369 buffer_append_str2(sprinc, CONST_STR_LEN("@"), in mod_authn_gssapi_check_spnego()
672 buffer_append_str2(sprinc, CONST_STR_LEN("/"), in mod_authn_gssapi_basic()
689 buffer_append_str2(user_at_realm, CONST_STR_LEN("@"), in mod_authn_gssapi_basic()
H A Dplugin.c174 buffer_append_str2(tb, BUF_PTR_LEN(module), in plugins_load()
223 buffer_append_str2(tb, BUF_PTR_LEN(module), in plugins_load()
H A Dmod_proxy.c728 buffer_append_str2(b, CONST_STR_LEN("proto="), BUF_PTR_LEN(eproto)); in proxy_set_Forwarded()
867 buffer_append_str2(b, CONST_STR_LEN("\r\nHost: "), in proxy_create_env()
870 buffer_append_str2(b, CONST_STR_LEN("\r\nHost: "), in proxy_create_env()
H A Dmod_vhostdb_dbi.c190 buffer_append_str2(sqlquery, b, (size_t)(d - b), esc, len); in mod_vhostdb_dbi_query()
H A Dhttp_range.c217 buffer_append_str2(tb, CONST_STR_LEN("\r\nContent-Type: "), in http_range_multi()
H A Dmod_status.c597 buffer_append_str2(b, f, len, CONST_STR_LEN("(")); in mod_status_handle_server_status_json()
665 buffer_append_str2(b, BUF_PTR_LEN(&st->sorted[i]->key), in mod_status_handle_server_statistics()
H A Dbuffer.h108 void buffer_append_str2(buffer * restrict b, const char *s1, size_t len1, const char *s2, size_t le…
H A Dmod_ssi.c267 buffer_append_str2(b, CONST_STR_LEN(" "), s, slen); in ssi_eval_expr_append_val()
1115 buffer_append_str2(tb, BUF_PTR_LEN(&ds->key), CONST_STR_LEN("=")); in process_ssi_stmt()
1122 buffer_append_str2(tb, BUF_PTR_LEN(&ds->key), CONST_STR_LEN("=")); in process_ssi_stmt()
H A Dmod_accesslog.c795 buffer_append_str2(b, s, i+1, CONST_STR_LEN(":")); in accesslog_append_remote_addr_masked()
808 buffer_append_str2(b, s, i+1, CONST_STR_LEN("0")); in accesslog_append_remote_addr_masked()
H A Dhttp-header-glue.c107 buffer_append_str2(o, BUF_PTR_LEN(&r->uri.scheme), in http_response_redirect_to_directory()
129 buffer_append_str2(vb, CONST_STR_LEN("?"), in http_response_redirect_to_directory()
H A Dmod_fastcgi.c265 buffer_append_str2(b, (const char *)&beginRecord, sizeof(beginRecord), in fcgi_create_env()
H A Dconnections.c398 buffer_append_str2(b, CONST_STR_LEN("\r\n"), ds->key.ptr, klen); in connection_send_1xx()
399 buffer_append_str2(b, CONST_STR_LEN(": "), ds->value.ptr, vlen); in connection_send_1xx()
H A Dbuffer.c197 void buffer_append_str2(buffer * const restrict b, const char * const s1, const size_t len1, const … in buffer_append_str2() function
H A Darray.c26 buffer_append_str2(&ds_dst->value, CONST_STR_LEN(", "), in array_data_string_insert_dup()
H A Dresponse.c171 buffer_append_str2(b, CONST_STR_LEN("\r\nServer: "), in http_response_write_header()
H A Dconfigparser.y355 buffer_append_str2(&dc->key, BUF_PTR_LEN(&ctx->current->key), in configparser_parse_else_condition()
H A Drequest.c285 buffer_append_str2(b, buf, len, CONST_STR_LEN("]")); in http_request_host_normalize()
H A Dmod_wstunnel.c777 buffer_append_str2(value, BUF_PTR_LEN(r->http_host), in create_response_ietf_00()
H A Dh2.c2452 buffer_append_str2(b, CONST_STR_LEN("\r\n"), ds->key.ptr, klen); in h2_send_1xx()
2453 buffer_append_str2(b, CONST_STR_LEN(": "), ds->value.ptr, vlen); in h2_send_1xx()
H A Dmod_dirlisting.c1253 buffer_append_str2(vb, CONST_STR_LEN("text/html;charset="), in mod_dirlisting_content_type()
H A Dgw_backend.c151 buffer_append_str2(proc->unixsocket, BUF_PTR_LEN(host->unixsocket), in gw_proc_init_portpath()
417 buffer_append_str2(proc->connection_name, in gw_proc_sockaddr_init()
H A Dmod_webdav.c2619 buffer_append_str2(tmpb, BUF_PTR_LEN(dst), in webdav_linktmp_rename()
2686 buffer_append_str2(tmpb, BUF_PTR_LEN(&dst->path), in webdav_copytmp_rename()
4957 buffer_append_str2(tmpb, BUF_PTR_LEN(&r->physical.path), in mod_webdav_put()
H A Dmod_deflate.c329 buffer_append_str2(tb, CONST_STR_LEN("-"), /*(strip surrounding '"')*/ in mod_deflate_cache_file_name()
H A Dmod_gnutls.c1297 buffer_append_str2(b, BUF_PTR_LEN(b), CONST_STR_LEN(".crt.pem")); in mod_gnutls_acme_tls_1()

12