Home
last modified time | relevance | path

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

12

/lighttpd1.4/src/t/
H A Dtest_keyvalue.c44 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 Dtest_mod_simple_vhost.c11 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 Dtest_buffer.c72 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 Dtest_mod_evhost.c27 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 Dtest_configfile.c53 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 Dtest_mod_userdir.c162 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 Dtest_mod_ssi.c107 buffer * const b = buffer_init(); in test_mod_ssi_read_fd()
149 r.tmp_buf = buffer_init(); in test_mod_ssi()
H A Dtest_mod_access.c13 buffer *urlpath = buffer_init(); in test_mod_access_check()
H A Dtest_base64.c63 check = buffer_init(); in test_base64()
H A Dtest_burl.c29 buffer *psrc = buffer_init(); in test_burl_normalize()
30 buffer *ptmp = buffer_init(); in test_burl_normalize()
H A Dtest_mod_staticfile.c143 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 Dmod_authn_gssapi.c164 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 Dnetwork.c346 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 Dconfigparser.y477 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 Dconfigfile.c2120 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 Dmod_cgi.c120 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 Dbuffer.h34 buffer* buffer_init(void);
H A Dmod_wolfssl.c678 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 Dchunk.c123 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 Dbuffer.c14 buffer* buffer_init(void) { in buffer_init() function
H A Dmod_authn_ldap.c680 buffer *filter = buffer_init(); in mod_authn_ldap_memberOf()
H A Dresponse.c621 if (NULL != vb) buffer_copy_buffer((www_auth = buffer_init()), vb); in http_response_errdoc_init()
H A Dgw_backend.c145 proc->unixsocket = buffer_init(); in gw_proc_init_portpath()
164 proc->connection_name = buffer_init(); in gw_proc_init()
H A Dserver.c343 srv->tmp_buf = buffer_init(); in server_init()
H A Dmod_openssl.c1403 b = buffer_init(); in mod_openssl_load_stapling_file()
1435 if (NULL == b) b = buffer_init(); in mod_openssl_load_stapling_file()

12