Lines Matching refs:index_value
151 void index_values_free(struct index_value *values) in index_values_free()
154 struct index_value *value = values; in index_values_free()
161 static int add_value(struct index_value **values, in add_value()
164 struct index_value *v; in add_value()
170 v = malloc(sizeof(struct index_value) + len + 1); in add_value()
230 struct index_value *values;
368 struct index_value *v; in index_dump_node()
470 struct index_value **out) in index_searchwild__allvalues()
472 struct index_value *v; in index_searchwild__allvalues()
487 struct index_value **out) in index_searchwild__all()
527 struct index_value **out) in index_searchwild__node()
590 struct index_value *index_searchwild(struct index_file *in, const char *key) in index_searchwild()
594 struct index_value *out = NULL; in index_searchwild()
943 struct index_value **out) in index_mm_searchwild_allvalues()
962 struct index_value **out) in index_mm_searchwild_all()
1002 struct index_value **out) in index_mm_searchwild_node()
1065 struct index_value *index_mm_searchwild(struct index_mm *idx, const char *key) in index_mm_searchwild()
1069 struct index_value *out = NULL; in index_mm_searchwild()