| /lighttpd1.4/src/t/ |
| H A D | test_keyvalue.c | 44 buffer *url = buffer_init(); in test_keyvalue_pcre_keyvalue_buffer_process() 45 buffer *result = buffer_init(); in test_keyvalue_pcre_keyvalue_buffer_process() 50 buffer *scheme = buffer_init(); in test_keyvalue_pcre_keyvalue_buffer_process() 51 buffer *authority = buffer_init(); in test_keyvalue_pcre_keyvalue_buffer_process() 52 buffer *path = buffer_init(); in test_keyvalue_pcre_keyvalue_buffer_process() 53 buffer *query = buffer_init(); in test_keyvalue_pcre_keyvalue_buffer_process()
|
| H A D | test_mod_simple_vhost.c | 11 buffer *sroot = buffer_init(); in test_mod_simple_vhost_build_doc_root_path() 12 buffer *host = buffer_init(); in test_mod_simple_vhost_build_doc_root_path() 13 buffer *droot = buffer_init(); in test_mod_simple_vhost_build_doc_root_path() 14 buffer *result= buffer_init(); in test_mod_simple_vhost_build_doc_root_path()
|
| H A D | test_buffer.c | 72 buffer *psrc = buffer_init(); in test_buffer_path_simplify() 81 buffer *psrc = buffer_init(); in test_buffer_to_lower_upper() 97 buffer *b = buffer_init(); in test_buffer_string_space() 115 buffer *b = buffer_init(); in test_buffer_append_path_len() 148 buffer *b = buffer_init(); in test_buffer_append_bs_escaped()
|
| H A D | test_mod_evhost.c | 27 buffer *authority = buffer_init(); in test_mod_evhost_build_doc_root_path() 28 buffer *b = buffer_init(); in test_mod_evhost_build_doc_root_path()
|
| H A D | test_configfile.c | 53 buffer * const b = buffer_init(); in test_configfile_addrbuf_eq_remote_ip_mask() 54 buffer * const tb = buffer_init(); in test_configfile_addrbuf_eq_remote_ip_mask()
|
| H A D | test_mod_userdir.c | 162 buffer *basepath = buffer_init(); in test_mod_userdir() 163 buffer *path = buffer_init(); in test_mod_userdir() 176 r.tmp_buf = buffer_init(); in test_mod_userdir()
|
| H A D | test_mod_ssi.c | 107 buffer * const b = buffer_init(); in test_mod_ssi_read_fd() 149 r.tmp_buf = buffer_init(); in test_mod_ssi()
|
| H A D | test_mod_access.c | 13 buffer *urlpath = buffer_init(); in test_mod_access_check()
|
| H A D | test_base64.c | 63 check = buffer_init(); in test_base64()
|
| H A D | test_burl.c | 29 buffer *psrc = buffer_init(); in test_burl_normalize() 30 buffer *ptmp = buffer_init(); in test_burl_normalize()
|
| H A D | test_mod_staticfile.c | 143 buffer *etag = buffer_init(); in test_http_response_send_file() 399 r.tmp_buf = buffer_init(); in test_mod_staticfile()
|
| /lighttpd1.4/src/ |
| H A D | mod_authn_gssapi.c | 164 buffer * const msg = buffer_init(); in mod_authn_gssapi_log_gss_error() 333 buffer *t_in = buffer_init(); in mod_authn_gssapi_check_spnego() 355 sprinc = buffer_init(); in mod_authn_gssapi_check_spnego() 663 sprinc = buffer_init(); in mod_authn_gssapi_basic() 688 buffer_copy_buffer((user_at_realm = buffer_init()), username); in mod_authn_gssapi_basic()
|
| H A D | network.c | 346 buffer * const srv_token = srv_socket->srv_token = buffer_init(); in network_srv_socket_init_token() 674 buffer *host = buffer_init(); in network_socket_activation_nfds() 800 buffer *b = buffer_init(); in network_init() 854 buffer *b = buffer_init(); in network_init()
|
| H A D | configparser.y | 477 buffer_copy_string((A = buffer_init()), "var."); in key() 795 buffer_copy_buffer((A = buffer_init()), &((data_string*)B)->value); in stringop() 797 A = buffer_init(); in stringop()
|
| H A D | configfile.c | 2120 buffer * const lasttoken = buffer_init(); in config_parse() 2142 buffer * const token = buffer_init(); in config_parse() 2150 buffer * const token = buffer_init(); in config_parse() 2226 buffer * const filename = buffer_init(); in config_parse_file() 2330 buffer *out = buffer_init(); in config_parse_cmd() 2445 context->basedir = buffer_init(); in context_init()
|
| H A D | mod_cgi.c | 120 if (s) buffer_copy_string((p->env.ld_preload = buffer_init()), s); in INIT_FUNC() 122 if (s) buffer_copy_string((p->env.ld_library_path = buffer_init()), s); in INIT_FUNC() 126 if (s) buffer_copy_string((p->env.systemroot = buffer_init()), s); in INIT_FUNC()
|
| H A D | buffer.h | 34 buffer* buffer_init(void);
|
| H A D | mod_wolfssl.c | 678 certs[0] = buffer_init(); in mod_wolfssl_load_pem_file() 688 certs[i] = buffer_init(); in mod_wolfssl_load_pem_file() 773 pkey = buffer_init(); in mod_wolfssl_evp_pkey_load_pem_file() 783 pkey = buffer_init(); in mod_wolfssl_evp_pkey_load_pem_file() 1417 b = buffer_init(); in mod_openssl_load_stapling_file()
|
| H A D | chunk.c | 123 c->mem = buffer_init(); in chunk_init() 422 c->mem = buffer_init(); /*(chunk_reset() expects c->mem != NULL)*/ in chunkqueue_chunk_pool_free()
|
| H A D | buffer.c | 14 buffer* buffer_init(void) { in buffer_init() function
|
| H A D | mod_authn_ldap.c | 680 buffer *filter = buffer_init(); in mod_authn_ldap_memberOf()
|
| H A D | response.c | 621 if (NULL != vb) buffer_copy_buffer((www_auth = buffer_init()), vb); in http_response_errdoc_init()
|
| H A D | gw_backend.c | 145 proc->unixsocket = buffer_init(); in gw_proc_init_portpath() 164 proc->connection_name = buffer_init(); in gw_proc_init()
|
| H A D | server.c | 343 srv->tmp_buf = buffer_init(); in server_init()
|
| H A D | mod_openssl.c | 1403 b = buffer_init(); in mod_openssl_load_stapling_file() 1435 if (NULL == b) b = buffer_init(); in mod_openssl_load_stapling_file()
|