Home
last modified time | relevance | path

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

/benchtests/
A Dbench-strcoll.c113 } word_list; typedef
115 static word_list *
118 word_list *list = malloc (sizeof (word_list)); in new_word_list()
126 static word_list *
130 word_list *list = new_word_list (count_words (str, delim)); in str_word_list()
145 static word_list *
146 copy_word_list (const word_list *list) in copy_word_list()
149 word_list *copy = new_word_list (list->size); in copy_word_list()
158 free_word_list (word_list *list) in free_word_list()
180 bench_list (json_ctx_t *json_ctx, word_list *list) in bench_list()
[all …]

Completed in 4 milliseconds