Home
last modified time | relevance | path

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

12

/lighttpd1.4/src/
H A Dreqpool.c57 r->tmp_buf = srv->tmp_buf; in request_init_data()
303 r->tmp_buf = con->srv->tmp_buf; in request_acquire()
H A Dmod_redirect.c82 buffer * const tb = srv->tmp_buf; in mod_redirect_parse_list()
186 buffer * const tb = r->tmp_buf; in URIHANDLER_FUNC()
H A Dmod_authn_file.c400 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 Dmod_deflate.c212 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 Dbase.h152 buffer *tmp_buf; member
H A Dmod_rewrite.c105 buffer * const tb = srv->tmp_buf; in mod_rewrite_parse_list()
305 buffer * const tb = r->tmp_buf; in process_rewrite_rules()
H A Dmod_rrdtool.c276 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 Dmod_ssi.c766 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 Dmod_dirlisting.c615 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 Dserver.c343 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 Drequest.h186 buffer *tmp_buf; /* shared; same as srv->tmp_buf */ member
H A Dmod_simple_vhost.c184 buffer * const b = r->tmp_buf;/*(tmp_buf cleared before use in call below)*/ in mod_simple_vhost_docroot()
H A Dmod_fastcgi.c391 hdrs = r->tmp_buf; in fcgi_recv_parse_loop()
446 buffer * const tb = r->tmp_buf; in fcgi_recv_parse_loop()
H A Dh2.c1399 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 Dconfigfile.c234 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 Dmod_userdir.c182 buffer * const b = r->tmp_buf; in mod_userdir_docroot_construct()
H A Dmod_evhost.c336 buffer * const b = r->tmp_buf;/*(tmp_buf cleared before use in call below)*/ in mod_evhost_uri_handler()
H A Dmod_scgi.c205 buffer * const tb = r->tmp_buf; in scgi_create_env()
H A Dhttp_range.c211 buffer * const tb = r->tmp_buf; in http_range_multi()
H A Dmod_status.c238 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 Dhttp_cgi.c128 buffer * const tb = r->tmp_buf; in http_cgi_headers()
H A Dnetwork.c233 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 Dtest_mod_ssi.c149 r.tmp_buf = buffer_init(); in test_mod_ssi()
162 buffer_free(r.tmp_buf); in test_mod_ssi()
H A Dtest_mod_userdir.c176 r.tmp_buf = buffer_init(); in test_mod_userdir()
193 buffer_free(r.tmp_buf); in test_mod_userdir()
H A Dtest_mod_staticfile.c399 r.tmp_buf = buffer_init(); in test_mod_staticfile()
422 buffer_free(r.tmp_buf); in test_mod_staticfile()

12