| /lighttpd1.4/src/ |
| H A D | reqpool.c | 57 r->tmp_buf = srv->tmp_buf; in request_init_data() 303 r->tmp_buf = con->srv->tmp_buf; in request_acquire()
|
| H A D | mod_redirect.c | 82 buffer * const tb = srv->tmp_buf; in mod_redirect_parse_list() 186 buffer * const tb = r->tmp_buf; in URIHANDLER_FUNC()
|
| H A D | mod_authn_file.c | 400 buffer * const tb = r->tmp_buf; /* password-string from auth-backend */ in mod_authn_file_plain_digest() 417 buffer * const tb = r->tmp_buf; /* password-string from auth-backend */ in mod_authn_file_plain_basic() 697 buffer * const tb = r->tmp_buf; /* password-string from auth-backend */ in mod_authn_file_htpasswd_basic()
|
| H A D | mod_deflate.c | 212 buffer tmp_buf; member 257 if (hctx->output != &p->tmp_buf) { in handler_ctx_free() 268 buffer_string_prepare_copy(&p->tmp_buf, ZSTD_CStreamOutSize()); in INIT_FUNC() 270 buffer_string_prepare_copy(&p->tmp_buf, 65536); in INIT_FUNC() 277 free(p->tmp_buf.ptr); in FREE_FUNC() 326 buffer * const tb = r->tmp_buf; in mod_deflate_cache_file_name() 2076 buffer_clear(&p->tmp_buf); in REQUEST_FUNC() 2077 hctx->output = &p->tmp_buf; in REQUEST_FUNC()
|
| H A D | base.h | 152 buffer *tmp_buf; member
|
| H A D | mod_rewrite.c | 105 buffer * const tb = srv->tmp_buf; in mod_rewrite_parse_list() 305 buffer * const tb = r->tmp_buf; in process_rewrite_rules()
|
| H A D | mod_rrdtool.c | 276 buffer * const cmd = srv->tmp_buf; in mod_rrdtool_create_rrd() 332 buffer * const cmd = srv->tmp_buf; in mod_rrd_write_data()
|
| H A D | mod_ssi.c | 766 tb = r->tmp_buf; in process_ssi_stmt() 784 tb = r->tmp_buf; in process_ssi_stmt() 876 tb = r->tmp_buf; in process_ssi_stmt() 1110 tb = r->tmp_buf; in process_ssi_stmt() 1602 http_etag_create(r->tmp_buf, &st, r->conf.etag_flags); in mod_ssi_handle_request() 1603 http_header_response_set(r, HTTP_HEADER_ETAG, CONST_STR_LEN("ETag"), BUF_PTR_LEN(r->tmp_buf)); in mod_ssi_handle_request()
|
| H A D | mod_dirlisting.c | 615 buffer * const tb = r->tmp_buf; in http_list_directory_include_file() 1151 buffer * const tb = r->tmp_buf; in http_list_directory() 1469 buffer * const tb = r->tmp_buf; in mod_dirlisting_cache_check() 1581 buffer * const tb = r->tmp_buf; in mod_dirlisting_cache_add() 1621 buffer * const tb = r->tmp_buf; in mod_dirlisting_cache_json_init()
|
| H A D | server.c | 343 srv->tmp_buf = buffer_init(); in server_init() 408 buffer_free(srv->tmp_buf); in server_free() 981 buffer * const tb = srv->tmp_buf; in server_graceful_state_bg() 1327 puts(srv->tmp_buf->ptr); in server_main_setup() 1682 buffer * const tb = srv->tmp_buf; in server_main_setup()
|
| H A D | request.h | 186 buffer *tmp_buf; /* shared; same as srv->tmp_buf */ member
|
| H A D | mod_simple_vhost.c | 184 buffer * const b = r->tmp_buf;/*(tmp_buf cleared before use in call below)*/ in mod_simple_vhost_docroot()
|
| H A D | mod_fastcgi.c | 391 hdrs = r->tmp_buf; in fcgi_recv_parse_loop() 446 buffer * const tb = r->tmp_buf; in fcgi_recv_parse_loop()
|
| H A D | h2.c | 1399 buffer * const tb = r->tmp_buf; in h2_parse_headers_frame() 2023 buffer_string_prepare_copy(h2r->tmp_buf, 65535); in h2_init_con() 2137 buffer * const tb = r->tmp_buf; in h2_send_headers() 2363 buffer * const tb = r->tmp_buf; in h2_send_headers_block() 3006 r->tmp_buf = h2r->tmp_buf; /* shared; same as srv->tmp_buf */ in h2_con_upgrade_h2c() 3047 buffer * const b = r->tmp_buf; in h2_check_con_upgrade_h2c()
|
| H A D | configfile.c | 234 buffer * const tb = srv->tmp_buf; in config_burl_normalize_cond() 383 buffer * const tb = srv->tmp_buf; in config_warn_authn_module() 1552 buffer_clear(srv->tmp_buf); in config_print() 1554 config_print_by_type(dc, srv->tmp_buf, 0); in config_print() 2563 buffer * const tb = srv->tmp_buf; in config_set_defaults() 2600 buffer * const tb = srv->tmp_buf; in config_set_defaults()
|
| H A D | mod_userdir.c | 182 buffer * const b = r->tmp_buf; in mod_userdir_docroot_construct()
|
| H A D | mod_evhost.c | 336 buffer * const b = r->tmp_buf;/*(tmp_buf cleared before use in call below)*/ in mod_evhost_uri_handler()
|
| H A D | mod_scgi.c | 205 buffer * const tb = r->tmp_buf; in scgi_create_env()
|
| H A D | http_range.c | 211 buffer * const tb = r->tmp_buf; in http_range_multi()
|
| H A D | mod_status.c | 238 buffer * const b = rq->tmp_buf; in mod_status_html_rtable() 724 buffer * const tb = r->tmp_buf; in mod_status_handle_server_config()
|
| H A D | http_cgi.c | 128 buffer * const tb = r->tmp_buf; in http_cgi_headers()
|
| H A D | network.c | 233 buffer * const tb = srv->tmp_buf; in network_host_parse_addr() 664 buffer * const tb = srv->tmp_buf; in network_socket_activation_to_env()
|
| /lighttpd1.4/src/t/ |
| H A D | test_mod_ssi.c | 149 r.tmp_buf = buffer_init(); in test_mod_ssi() 162 buffer_free(r.tmp_buf); in test_mod_ssi()
|
| H A D | test_mod_userdir.c | 176 r.tmp_buf = buffer_init(); in test_mod_userdir() 193 buffer_free(r.tmp_buf); in test_mod_userdir()
|
| H A D | test_mod_staticfile.c | 399 r.tmp_buf = buffer_init(); in test_mod_staticfile() 422 buffer_free(r.tmp_buf); in test_mod_staticfile()
|