Searched refs:pstate (Results 1 – 3 of 3) sorted by relevance
41 char *pstate = (char *)ps; in mbrtowc() local43 if (pstate == NULL) in mbrtowc()44 pstate = internal_state; in mbrtowc()58 size_t nstate = pstate[0]; in mbrtowc()70 buf[2] = pstate[3]; in mbrtowc()73 buf[1] = pstate[2]; in mbrtowc()76 buf[0] = pstate[1]; in mbrtowc()108 pstate[0] = 0; in mbrtowc()295 pstate[++k] = s[0]; in mbrtowc()298 pstate[++k] = s[1]; in mbrtowc()[all …]
44 const char *pstate = (const char *)ps; in mbsinit() local46 return pstate[0] == 0; in mbsinit()
145 re_dfastate_t *pstate)150 re_dfastate_t *pstate)876 re_dfastate_t *pstate = mctx.state_log[match_last]; in re_search_internal() local877 mctx.last_node = check_halt_state_context (&mctx, pstate, in re_search_internal()2369 re_dfastate_t *pstate; in merge_state_with_log() local2376 pstate = mctx->state_log[cur_idx]; in merge_state_with_log()2377 log_nodes = pstate->entrance_nodes; in merge_state_with_log()2535 transit_state_mb (re_match_context_t *mctx, re_dfastate_t *pstate) in transit_state_mb() argument2541 for (i = 0; i < pstate->nodes.nelem; ++i) in transit_state_mb()2544 Idx cur_node_idx = pstate->nodes.elems[i]; in transit_state_mb()