HomeSort by: relevance | last modified time | path
    Searched defs:lim_states (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/xcvs/dist/lib/
regexec.c 947 re_dfastate_t **lim_states = NULL;
962 lim_states = re_xmalloc (re_dfastate_t *, match_last + 1);
963 if (BE (lim_states == NULL, 0))
970 memset (lim_states, '\0',
972 sift_ctx_init (&sctx, sifted_states, lim_states, halt_node,
978 if (sifted_states[0] != NULL || lim_states[0] != NULL)
994 ret = merge_state_array (dfa, sifted_states, lim_states,
996 re_free (lim_states);
997 lim_states = NULL;
1003 sift_ctx_init (&sctx, sifted_states, lim_states, halt_node, match_last)
944 re_dfastate_t **lim_states = NULL; local
    [all...]

Completed in 28 milliseconds