Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.h571 int str_tree_storage_idx; member
A Dregcomp.c804 dfa->str_tree_storage_idx = BIN_TREE_STORAGE_SIZE; in init_dfa()
915 dfa->str_tree_storage_idx = BIN_TREE_STORAGE_SIZE; in free_workarea_compile()
3668 if (BE (dfa->str_tree_storage_idx == BIN_TREE_STORAGE_SIZE, 0)) in create_token_tree()
3676 dfa->str_tree_storage_idx = 0; in create_token_tree()
3678 tree = &dfa->str_tree_storage->data[dfa->str_tree_storage_idx++]; in create_token_tree()

Completed in 9 milliseconds