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

/forgerock/web-agents-v4/pcre/
H A Dpcre_dfa_exec.c640 stateblock *current_state = active_states + i; local
643 int state_offset = current_state->offset;
661 if (current_state->data > 0)
664 ADD_NEW_DATA(state_offset, current_state->count,
665 current_state->data - 1);
671 current_state->offset = state_offset = -state_offset;
682 active_states[j].count == current_state->count)
1166 count = current_state->count; /* Already matched */
1256 count = current_state->count; /* Number already matched */
1285 count = current_state
[all...]
/forgerock/web-agents-v4/cmocka/
H A Dcmocka.c2271 void *current_state = NULL; local
2305 test_func(state != NULL ? state : &current_state);
2310 rc = setup_func(state != NULL ? state : &current_state);
2317 rc = teardown_func(state != NULL ? state : &current_state);
2604 void *current_state = NULL; local
2635 Function(state ? state : &current_state);
2705 void **current_state = NULL; local
2745 current_state = &current_TestState->state;
2746 *current_state = NULL;
2755 current_state
2848 void **current_state = NULL; local
[all...]

Completed in 2296 milliseconds