Searched refs:array_set_key_value (Results 1 – 13 of 13) sorted by relevance
| /lighttpd1.4/src/t/ |
| H A D | test_mod_alias.c | 26 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 D | test_array.c | 47 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 D | test_mod_ssi.c | 60 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 D | test_mod_staticfile.c | 406 array_set_key_value(mimetypes, fn+sizeof(fn)-8, 7, in test_mod_staticfile()
|
| /lighttpd1.4/src/ |
| H A D | mod_evhost.c | 231 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 D | array.h | 120 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 D | mod_maxminddb.c | 405 array_set_key_value(env, BUF_PTR_LEN(kb), v, vlen); in geoip2_env_set()
|
| H A D | http_header.c | 351 array_set_key_value(&r->env, k, klen, v, vlen); in http_header_env_set()
|
| H A D | mod_extforward.c | 1641 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 D | mod_ssi.c | 542 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 D | configfile-glue.c | 322 array_set_key_value(touched,cpk[i].k,cpk[i].klen,CONST_STR_LEN("")); in config_plugin_values_init()
|
| H A D | mod_ajp13.c | 536 array_set_key_value((array *)venv, k, klen, v, vlen);
|
| H A D | configfile.c | 2457 array_set_key_value(a, CONST_STR_LEN("var.CWD"), dcwd, strlen(dcwd)); in config_vars_init()
|