Searched refs:str_tree_storage_idx (Results 1 – 2 of 2) sorted by relevance
656 int str_tree_storage_idx; member
848 dfa->str_tree_storage_idx = BIN_TREE_STORAGE_SIZE; in init_dfa()988 dfa->str_tree_storage_idx = BIN_TREE_STORAGE_SIZE; in free_workarea_compile()3825 if (__glibc_unlikely (dfa->str_tree_storage_idx == BIN_TREE_STORAGE_SIZE)) in create_token_tree()3833 dfa->str_tree_storage_idx = 0; in create_token_tree()3835 tree = &dfa->str_tree_storage->data[dfa->str_tree_storage_idx++]; in create_token_tree()
Completed in 12 milliseconds