Searched refs:array_get_data_unset (Results 1 – 6 of 6) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | array.h | 104 data_unset *array_get_data_unset(const array *a, const char *key, uint32_t klen);
|
| H A D | array.c | 290 data_unset *array_get_data_unset(const array * const a, const char *key, const uint32_t klen) { in array_get_data_unset() function
|
| H A D | configparser.y | 34 return (data_config *)array_get_data_unset(a, k, klen); in configparser_get_data_config()
|
| H A D | configfile.c | 329 array_get_data_unset(config->value, opt, olen); in config_has_opt_enabled() 1185 array_get_data_unset(cpv->v.a, CONST_STR_LEN(".js")); in config_insert()
|
| H A D | server.c | 922 array_get_data_unset(srv->srvconf.feature_flags, in server_graceful_state_bg()
|
| H A D | gw_backend.c | 1679 array_get_data_unset(srv->srvconf.feature_flags, in gw_set_defaults_backend()
|