Searched refs:tre_ast_to_tnfa (Results 1 - 1 of 1) sorted by relevance

/seL4-test-master/projects/musllibc/src/regex/
H A Dregcomp.c1078 - Fix tre_ast_to_tnfa() to recurse using a stack instead of recursive
2610 tre_ast_to_tnfa(tre_ast_node_t *node, tre_tnfa_transition_t *transitions, function
2625 errcode = tre_ast_to_tnfa(uni->left, transitions, counts, offs);
2628 errcode = tre_ast_to_tnfa(uni->right, transitions, counts, offs);
2639 errcode = tre_ast_to_tnfa(cat->left, transitions, counts, offs);
2642 errcode = tre_ast_to_tnfa(cat->right, transitions, counts, offs);
2659 errcode = tre_ast_to_tnfa(iter->arg, transitions, counts, offs);
2806 tre_ast_to_tnfa(tree, NULL, counts, NULL);
2821 errcode = tre_ast_to_tnfa(tree, transitions, counts, offs);

Completed in 81 milliseconds