Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h677 int str_tree_storage_idx; member
Dregcomp.c870 dfa->str_tree_storage_idx = BIN_TREE_STORAGE_SIZE; in init_dfa()
969 dfa->str_tree_storage_idx = BIN_TREE_STORAGE_SIZE; in free_workarea_compile()
3743 if (BE (dfa->str_tree_storage_idx == BIN_TREE_STORAGE_SIZE, 0)) in create_token_tree()
3751 dfa->str_tree_storage_idx = 0; in create_token_tree()
3753 tree = &dfa->str_tree_storage->data[dfa->str_tree_storage_idx++]; in create_token_tree()