Searched refs:str_tree_storage (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregex_internal.h632 bin_tree_storage_t *str_tree_storage; member in struct:re_dfa_t
H A Dregcomp.c842 /* Force allocation of str_tree_storage the first time. */
980 for (storage = dfa->str_tree_storage; storage; storage = next)
985 dfa->str_tree_storage = NULL;
3758 storage->next = dfa->str_tree_storage;
3759 dfa->str_tree_storage = storage;
3762 tree = &dfa->str_tree_storage->data[dfa->str_tree_storage_idx++];

Completed in 101 milliseconds