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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c2503 int naccepted, dest_idx;
2527 dest_idx = re_string_cur_idx (&mctx->input) + naccepted;
2530 err = clean_state_log_if_needed (mctx, dest_idx);
2538 dest_state = mctx->state_log[dest_idx];
2548 context = re_string_context_at (&mctx->input, dest_idx - 1,
2550 mctx->state_log[dest_idx]
2554 if (BE (mctx->state_log[dest_idx] == NULL && err != REG_NOERROR, 0))
2499 int naccepted, dest_idx; local
H A Dregcomp.c1005 int dest_idx = dfa->edests[node_idx].elems[0];
1006 if (!re_node_set_contains (&init_nodes, dest_idx))
1008 re_node_set_merge (&init_nodes, dfa->eclosures + dest_idx);
1000 int dest_idx = dfa->edests[node_idx].elems[0]; local

Completed in 84 milliseconds