Searched refs:state (Results 1 – 4 of 4) sorted by relevance
/posix/ |
A D | regex_internal.c | 1508 if (hash != state->hash) in re_acquire_state() 1511 return state; in re_acquire_state() 1556 if (state->hash == hash in re_acquire_state_context() 1557 && state->context == context in re_acquire_state_context() 1559 return state; in re_acquire_state_context() 1610 free_state (re_dfastate_t *state) in free_state() argument 1614 if (state->entrance_nodes != &state->nodes) in free_state() 1619 re_node_set_free (&state->nodes); in free_state() 1620 re_free (state->word_trtable); in free_state() 1621 re_free (state->trtable); in free_state() [all …]
|
A D | regexec.c | 114 re_dfastate_t *state); 1198 DEBUG_ASSERT (state->halt); in check_halt_state_context() 1202 return state->nodes.elems[i]; in check_halt_state_context() 1557 ((state) != NULL && re_node_set_contains (&(state)->nodes, node)) 1783 if (!state->inveclosure.alloc) in add_epsilon_src_nodes() 1797 &state->inveclosure); in add_epsilon_src_nodes() 2213 re_dfastate_t *state) in transit_state() argument 2239 trtable = state->trtable; in transit_state() 2411 re_dfastate_t *state) 3284 state->word_trtable = state->trtable = NULL; in build_trtable() [all …]
|
A D | regcomp.c | 315 mbstate_t state; in re_compile_fastmap_iter() local 323 memset (&state, '\0', sizeof (state)); in re_compile_fastmap_iter() 325 &state) == p - buf in re_compile_fastmap_iter() 326 && (__wcrtomb ((char *) buf, __towlower (wc), &state) in re_compile_fastmap_iter() 396 mbstate_t state; in re_compile_fastmap_iter() local 397 memset (&state, '\0', sizeof (state)); in re_compile_fastmap_iter() 398 if (__wcrtomb (buf, cset->mbchars[i], &state) != (size_t) -1) in re_compile_fastmap_iter() 402 if (__wcrtomb (buf, __towlower (cset->mbchars[i]), &state) in re_compile_fastmap_iter() 611 re_dfastate_t *state = entry->array[j]; in free_dfa_content() local 612 free_state (state); in free_dfa_content()
|
A D | tst-regex.input | 4543 wcsrtombs must put it into initial state. 5891 * stdio-common/vfprintf.c (vfprintf): Clear state before used. 6790 Reported by Jason M. Petry <jason@ps.ohio-state.edu>. 8491 * gmon/gmon.c (__moncontrol): Don't change state if already in error 8492 state. 8493 (__monstartup): If calloc fails set error state and mark array as 8495 (_mcleanup): Don't call write_gmon if in error state. Don't try
|
Completed in 32 milliseconds