Home
last modified time | relevance | path

Searched refs:array_set_key_value (Results 1 – 13 of 13) sorted by relevance

/lighttpd1.4/src/t/
H A Dtest_mod_alias.c26 array_set_key_value(aliases, CONST_STR_LEN("/"), CONST_STR_LEN( in test_mod_alias_check()
38 array_set_key_value(aliases, CONST_STR_LEN("/"), CONST_STR_LEN("/var/tmp")); in test_mod_alias_check()
46 array_set_key_value(aliases, CONST_STR_LEN("/foo"), in test_mod_alias_check()
55 array_set_key_value(aliases, CONST_STR_LEN("/foo"), in test_mod_alias_check()
66 array_set_key_value(aliases, CONST_STR_LEN("/foo"), in test_mod_alias_check()
76 array_set_key_value(aliases, CONST_STR_LEN("/foo/"), in test_mod_alias_check()
86 array_set_key_value(aliases, CONST_STR_LEN("/foo/"), in test_mod_alias_check()
96 array_set_key_value(aliases, CONST_STR_LEN("/foo/"), in test_mod_alias_check()
H A Dtest_array.c47 array_set_key_value(a, CONST_STR_LEN("abc"), CONST_STR_LEN("def")); in test_array_set_key_value()
55 array_set_key_value(a, CONST_STR_LEN("abc"), CONST_STR_LEN("ghi")); in test_array_set_key_value()
H A Dtest_mod_ssi.c60 array_set_key_value(hctx->ssi_cgi_env, in test_mod_ssi_read_fd()
118 array_set_key_value(hctx->ssi_cgi_env, in test_mod_ssi_read_fd()
H A Dtest_mod_staticfile.c406 array_set_key_value(mimetypes, fn+sizeof(fn)-8, 7, in test_mod_staticfile()
/lighttpd1.4/src/
H A Dmod_evhost.c231 array_set_key_value(host,CONST_STR_LEN("%0"),ptr,colon-ptr); in mod_evhost_parse_host()
248 array_set_key_value(host, CONST_STR_LEN("%0"), ptr, colon-ptr); in mod_evhost_parse_host()
260 array_set_key_value(host, BUF_PTR_LEN(key), ptr+1, colon-ptr-1); in mod_evhost_parse_host()
271 array_set_key_value(host, BUF_PTR_LEN(key), ptr, colon-ptr); in mod_evhost_parse_host()
H A Darray.h120 static inline void array_set_key_value(array * const a, const char * const k, const uint32_t klen, …
122 static inline void array_set_key_value(array * const a, const char * const k, const uint32_t klen, … in array_set_key_value() function
H A Dmod_maxminddb.c405 array_set_key_value(env, BUF_PTR_LEN(kb), v, vlen); in geoip2_env_set()
H A Dhttp_header.c351 array_set_key_value(&r->env, k, klen, v, vlen); in http_header_env_set()
H A Dmod_extforward.c1641 array_set_key_value(hctx->env, k, klen, (char *)subtlv+3, n); in mod_extforward_hap_PROXY_v2()
1657 array_set_key_value(hctx->env, k, klen, (char *)tlv+3, len); in mod_extforward_hap_PROXY_v2()
H A Dmod_ssi.c542 array_set_key_value((array *)venv, key, klen, val, vlen); in ssi_env_add()
1075 array_set_key_value(p->ssi_vars, key, strlen(key), val, strlen(val)); in process_ssi_stmt()
H A Dconfigfile-glue.c322 array_set_key_value(touched,cpk[i].k,cpk[i].klen,CONST_STR_LEN("")); in config_plugin_values_init()
H A Dmod_ajp13.c536 array_set_key_value((array *)venv, k, klen, v, vlen);
H A Dconfigfile.c2457 array_set_key_value(a, CONST_STR_LEN("var.CWD"), dcwd, strlen(dcwd)); in config_vars_init()