Searched refs:submatch_data (Results 1 – 12 of 12) sorted by relevance
933 tre_submatch_data_t *submatch_data; in tre_fill_pmatch() local941 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()
1192 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() local2775 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 …]
158 tre_submatch_data_t *submatch_data; member
157 tre_submatch_data_t *submatch_data; member
1193 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() local2776 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 …]
159 tre_submatch_data_t *submatch_data; member