Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c91 int num_submatches; member
183 node->num_submatches = arg->num_submatches; in tre_ast_new_iter()
201 node->num_submatches = left->num_submatches + right->num_submatches; in tre_ast_new_union()
219 node->num_submatches = left->num_submatches + right->num_submatches; in tre_ast_new_catenation()
766 n->num_submatches in marksub()
[all...]
H A Dregexec.c661 if (tnfa->num_submatches) in tre_tnfa_run_backtrack()
663 pmatch = xmalloc(sizeof(*pmatch) * tnfa->num_submatches); in tre_tnfa_run_backtrack()
942 while (i < tnfa->num_submatches && i < nmatch) in tre_fill_pmatch()
964 while (i < tnfa->num_submatches && i < nmatch) in tre_fill_pmatch()
H A Dtre.h161 unsigned int num_submatches; member
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c91 int num_submatches; member
183 node->num_submatches = arg->num_submatches; in tre_ast_new_iter()
201 node->num_submatches = left->num_submatches + right->num_submatches; in tre_ast_new_union()
219 node->num_submatches = left->num_submatches + right->num_submatches; in tre_ast_new_catenation()
766 n->num_submatches in marksub()
[all...]
H A Dregexec.c661 if (tnfa->num_submatches) in tre_tnfa_run_backtrack()
663 pmatch = xmalloc(sizeof(*pmatch) * tnfa->num_submatches); in tre_tnfa_run_backtrack()
942 while (i < tnfa->num_submatches && i < nmatch) in tre_fill_pmatch()
964 while (i < tnfa->num_submatches && i < nmatch) in tre_fill_pmatch()
H A Dtre.h162 unsigned int num_submatches; member
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c91 int num_submatches; member
183 node->num_submatches = arg->num_submatches; in tre_ast_new_iter()
201 node->num_submatches = left->num_submatches + right->num_submatches; in tre_ast_new_union()
219 node->num_submatches = left->num_submatches + right->num_submatches; in tre_ast_new_catenation()
766 n->num_submatches in marksub()
[all...]
H A Dregexec.c661 if (tnfa->num_submatches) in tre_tnfa_run_backtrack()
663 pmatch = xmalloc(sizeof(*pmatch) * tnfa->num_submatches); in tre_tnfa_run_backtrack()
942 while (i < tnfa->num_submatches && i < nmatch) in tre_fill_pmatch()
964 while (i < tnfa->num_submatches && i < nmatch) in tre_fill_pmatch()
H A Dtre.h161 unsigned int num_submatches; member
/third_party/musl/src/regex/
H A Dregcomp.c91 int num_submatches; member
183 node->num_submatches = arg->num_submatches; in tre_ast_new_iter()
201 node->num_submatches = left->num_submatches + right->num_submatches; in tre_ast_new_union()
219 node->num_submatches = left->num_submatches + right->num_submatches; in tre_ast_new_catenation()
766 n->num_submatches in marksub()
[all...]
H A Dregexec.c661 if (tnfa->num_submatches) in tre_tnfa_run_backtrack()
663 pmatch = xmalloc(sizeof(*pmatch) * tnfa->num_submatches); in tre_tnfa_run_backtrack()
942 while (i < tnfa->num_submatches && i < nmatch) in tre_fill_pmatch()
964 while (i < tnfa->num_submatches && i < nmatch) in tre_fill_pmatch()
H A Dtre.h160 unsigned int num_submatches; member

Completed in 16 milliseconds