Home
last modified time | relevance | path

Searched refs:submatch_data (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregexec.c933 tre_submatch_data_t *submatch_data; in tre_fill_pmatch() local
941 submatch_data = tnfa->submatch_data; in tre_fill_pmatch()
944 if (submatch_data[i].so_tag == tnfa->end_tag) in tre_fill_pmatch()
947 pmatch[i].rm_so = tags[submatch_data[i].so_tag]; in tre_fill_pmatch()
949 if (submatch_data[i].eo_tag == tnfa->end_tag) in tre_fill_pmatch()
952 pmatch[i].rm_eo = tags[submatch_data[i].eo_tag]; in tre_fill_pmatch()
970 parents = submatch_data[i].parents; in tre_fill_pmatch()
Dregcomp.c1192 tnfa->submatch_data[id].so_tag = tag; in tre_purge_regset()
1194 tnfa->submatch_data[id].eo_tag = tag; in tre_purge_regset()
1302 tnfa->submatch_data[id].parents = NULL; in tre_add_tags()
1311 assert(tnfa->submatch_data[id].parents == NULL); in tre_add_tags()
1312 tnfa->submatch_data[id].parents = p; in tre_add_tags()
2700 tre_submatch_data_t *submatch_data; in regcomp() local
2775 submatch_data = xcalloc((unsigned)parse_ctx.submatch_id, in regcomp()
2776 sizeof(*submatch_data)); in regcomp()
2777 if (submatch_data == NULL) in regcomp()
2779 tnfa->submatch_data = submatch_data; in regcomp()
[all …]
Dtre.h158 tre_submatch_data_t *submatch_data; member
/third_party/musl/src/regex/
Dregexec.c933 tre_submatch_data_t *submatch_data; in tre_fill_pmatch() local
941 submatch_data = tnfa->submatch_data; in tre_fill_pmatch()
944 if (submatch_data[i].so_tag == tnfa->end_tag) in tre_fill_pmatch()
947 pmatch[i].rm_so = tags[submatch_data[i].so_tag]; in tre_fill_pmatch()
949 if (submatch_data[i].eo_tag == tnfa->end_tag) in tre_fill_pmatch()
952 pmatch[i].rm_eo = tags[submatch_data[i].eo_tag]; in tre_fill_pmatch()
970 parents = submatch_data[i].parents; in tre_fill_pmatch()
Dregcomp.c1192 tnfa->submatch_data[id].so_tag = tag; in tre_purge_regset()
1194 tnfa->submatch_data[id].eo_tag = tag; in tre_purge_regset()
1302 tnfa->submatch_data[id].parents = NULL; in tre_add_tags()
1311 assert(tnfa->submatch_data[id].parents == NULL); in tre_add_tags()
1312 tnfa->submatch_data[id].parents = p; in tre_add_tags()
2700 tre_submatch_data_t *submatch_data; in regcomp() local
2775 submatch_data = xcalloc((unsigned)parse_ctx.submatch_id, in regcomp()
2776 sizeof(*submatch_data)); in regcomp()
2777 if (submatch_data == NULL) in regcomp()
2779 tnfa->submatch_data = submatch_data; in regcomp()
[all …]
Dtre.h157 tre_submatch_data_t *submatch_data; member
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregexec.c933 tre_submatch_data_t *submatch_data; in tre_fill_pmatch() local
941 submatch_data = tnfa->submatch_data; in tre_fill_pmatch()
944 if (submatch_data[i].so_tag == tnfa->end_tag) in tre_fill_pmatch()
947 pmatch[i].rm_so = tags[submatch_data[i].so_tag]; in tre_fill_pmatch()
949 if (submatch_data[i].eo_tag == tnfa->end_tag) in tre_fill_pmatch()
952 pmatch[i].rm_eo = tags[submatch_data[i].eo_tag]; in tre_fill_pmatch()
970 parents = submatch_data[i].parents; in tre_fill_pmatch()
Dregcomp.c1193 tnfa->submatch_data[id].so_tag = tag; in tre_purge_regset()
1195 tnfa->submatch_data[id].eo_tag = tag; in tre_purge_regset()
1303 tnfa->submatch_data[id].parents = NULL; in tre_add_tags()
1312 assert(tnfa->submatch_data[id].parents == NULL); in tre_add_tags()
1313 tnfa->submatch_data[id].parents = p; in tre_add_tags()
2701 tre_submatch_data_t *submatch_data; in regcomp() local
2776 submatch_data = xcalloc((unsigned)parse_ctx.submatch_id, in regcomp()
2777 sizeof(*submatch_data)); in regcomp()
2778 if (submatch_data == NULL) in regcomp()
2780 tnfa->submatch_data = submatch_data; in regcomp()
[all …]
Dtre.h159 tre_submatch_data_t *submatch_data; member
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregexec.c933 tre_submatch_data_t *submatch_data; in tre_fill_pmatch() local
941 submatch_data = tnfa->submatch_data; in tre_fill_pmatch()
944 if (submatch_data[i].so_tag == tnfa->end_tag) in tre_fill_pmatch()
947 pmatch[i].rm_so = tags[submatch_data[i].so_tag]; in tre_fill_pmatch()
949 if (submatch_data[i].eo_tag == tnfa->end_tag) in tre_fill_pmatch()
952 pmatch[i].rm_eo = tags[submatch_data[i].eo_tag]; in tre_fill_pmatch()
970 parents = submatch_data[i].parents; in tre_fill_pmatch()
Dregcomp.c1192 tnfa->submatch_data[id].so_tag = tag; in tre_purge_regset()
1194 tnfa->submatch_data[id].eo_tag = tag; in tre_purge_regset()
1302 tnfa->submatch_data[id].parents = NULL; in tre_add_tags()
1311 assert(tnfa->submatch_data[id].parents == NULL); in tre_add_tags()
1312 tnfa->submatch_data[id].parents = p; in tre_add_tags()
2700 tre_submatch_data_t *submatch_data; in regcomp() local
2775 submatch_data = xcalloc((unsigned)parse_ctx.submatch_id, in regcomp()
2776 sizeof(*submatch_data)); in regcomp()
2777 if (submatch_data == NULL) in regcomp()
2779 tnfa->submatch_data = submatch_data; in regcomp()
[all …]
Dtre.h158 tre_submatch_data_t *submatch_data; member