Home | History | Annotate | Download | only in import

Lines Matching defs:pstate

22   char *pstate = (char *)ps;
36 if (pstate == NULL)
37 pstate = internal_state;
40 size_t nstate = pstate[0];
54 buf[2] = pstate[3];
57 buf[1] = pstate[2];
60 buf[0] = pstate[1];
238 pstate[0] = 0;
245 pstate[++k] = s[0];
248 pstate[++k] = s[1];
250 pstate[++k] = s[2];
255 pstate[0] = m;