Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dregex_internal.h484 #define BIN_TREE_STORAGE_SIZE \ macro
490 bin_tree_t data[BIN_TREE_STORAGE_SIZE];
Dregcomp.c848 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()
/glibc-2.36/ChangeLog.old/
DChangeLog.144048 * posix/regex_internal.h (BIN_TREE_STORAGE_SIZE): Define.