Home
last modified time | relevance | path

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

/posix/
A Dregex_internal.c1490 re_dfastate_t *new_state; in re_acquire_state() local
1515 new_state = create_ci_newstate (dfa, nodes, hash); in re_acquire_state()
1516 if (__glibc_unlikely (new_state == NULL)) in re_acquire_state()
1519 return new_state; in re_acquire_state()
1538 re_dfastate_t *new_state; in re_acquire_state_context() local
1562 new_state = create_cd_newstate (dfa, nodes, context, hash); in re_acquire_state_context()
1563 if (__glibc_unlikely (new_state == NULL)) in re_acquire_state_context()
1566 return new_state; in re_acquire_state_context()

Completed in 7 milliseconds