/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | regcomp.c | 1092 - Fix tre_ast_to_tnfa() to recurse using a stack instead of recursive 2624 tre_ast_to_tnfa(tre_ast_node_t *node, tre_tnfa_transition_t *transitions, in tre_ast_to_tnfa() function 2639 errcode = tre_ast_to_tnfa(uni->left, transitions, counts, offs); in tre_ast_to_tnfa() 2642 errcode = tre_ast_to_tnfa(uni->right, transitions, counts, offs); in tre_ast_to_tnfa() 2653 errcode = tre_ast_to_tnfa(cat->left, transitions, counts, offs); in tre_ast_to_tnfa() 2656 errcode = tre_ast_to_tnfa(cat->right, transitions, counts, offs); in tre_ast_to_tnfa() 2673 errcode = tre_ast_to_tnfa(iter->arg, transitions, counts, offs); in tre_ast_to_tnfa() 2820 tre_ast_to_tnfa(tree, NULL, counts, NULL); in regcomp() 2835 errcode = tre_ast_to_tnfa(tree, transitions, counts, offs); in regcomp()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | regcomp.c | 1093 - Fix tre_ast_to_tnfa() to recurse using a stack instead of recursive 2625 tre_ast_to_tnfa(tre_ast_node_t *node, tre_tnfa_transition_t *transitions, in tre_ast_to_tnfa() function 2640 errcode = tre_ast_to_tnfa(uni->left, transitions, counts, offs); in tre_ast_to_tnfa() 2643 errcode = tre_ast_to_tnfa(uni->right, transitions, counts, offs); in tre_ast_to_tnfa() 2654 errcode = tre_ast_to_tnfa(cat->left, transitions, counts, offs); in tre_ast_to_tnfa() 2657 errcode = tre_ast_to_tnfa(cat->right, transitions, counts, offs); in tre_ast_to_tnfa() 2674 errcode = tre_ast_to_tnfa(iter->arg, transitions, counts, offs); in tre_ast_to_tnfa() 2821 tre_ast_to_tnfa(tree, NULL, counts, NULL); in regcomp() 2836 errcode = tre_ast_to_tnfa(tree, transitions, counts, offs); in regcomp()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regcomp.c | 1092 - Fix tre_ast_to_tnfa() to recurse using a stack instead of recursive 2624 tre_ast_to_tnfa(tre_ast_node_t *node, tre_tnfa_transition_t *transitions, in tre_ast_to_tnfa() function 2639 errcode = tre_ast_to_tnfa(uni->left, transitions, counts, offs); in tre_ast_to_tnfa() 2642 errcode = tre_ast_to_tnfa(uni->right, transitions, counts, offs); in tre_ast_to_tnfa() 2653 errcode = tre_ast_to_tnfa(cat->left, transitions, counts, offs); in tre_ast_to_tnfa() 2656 errcode = tre_ast_to_tnfa(cat->right, transitions, counts, offs); in tre_ast_to_tnfa() 2673 errcode = tre_ast_to_tnfa(iter->arg, transitions, counts, offs); in tre_ast_to_tnfa() 2820 tre_ast_to_tnfa(tree, NULL, counts, NULL); in regcomp() 2835 errcode = tre_ast_to_tnfa(tree, transitions, counts, offs); in regcomp()
|
/third_party/musl/src/regex/ |
H A D | regcomp.c | 1092 - Fix tre_ast_to_tnfa() to recurse using a stack instead of recursive 2624 tre_ast_to_tnfa(tre_ast_node_t *node, tre_tnfa_transition_t *transitions, in tre_ast_to_tnfa() function 2639 errcode = tre_ast_to_tnfa(uni->left, transitions, counts, offs); in tre_ast_to_tnfa() 2642 errcode = tre_ast_to_tnfa(uni->right, transitions, counts, offs); in tre_ast_to_tnfa() 2653 errcode = tre_ast_to_tnfa(cat->left, transitions, counts, offs); in tre_ast_to_tnfa() 2656 errcode = tre_ast_to_tnfa(cat->right, transitions, counts, offs); in tre_ast_to_tnfa() 2673 errcode = tre_ast_to_tnfa(iter->arg, transitions, counts, offs); in tre_ast_to_tnfa() 2820 tre_ast_to_tnfa(tree, NULL, counts, NULL); in regcomp() 2835 errcode = tre_ast_to_tnfa(tree, transitions, counts, offs); in regcomp()
|