Searched refs:st_idx (Results 1 – 1 of 1) sorted by relevance
1702 Idx st_idx; in merge_state_array() local1704 for (st_idx = 0; st_idx < num; ++st_idx) in merge_state_array()1706 if (dst[st_idx] == NULL) in merge_state_array()1707 dst[st_idx] = src[st_idx]; in merge_state_array()1708 else if (src[st_idx] != NULL) in merge_state_array()1711 err = re_node_set_init_union (&merged_set, &dst[st_idx]->nodes, in merge_state_array()1712 &src[st_idx]->nodes); in merge_state_array()1715 dst[st_idx] = re_acquire_state (&err, dfa, &merged_set); in merge_state_array()4088 Idx st_idx; in match_ctx_clean() local4089 for (st_idx = 0; st_idx < mctx->nsub_tops; ++st_idx) in match_ctx_clean()[all …]