Searched defs:tstate (Results 1 - 7 of 7) sorted by relevance

/external/ppp/pppd/include/net/
H A Dvjcompress.h119 struct cstate *last_cs; /* most recently used tstate */
126 struct cstate tstate[MAX_STATES]; /* xmit connection states */ member in struct:vjcompress
H A Dslcompress.h120 struct cstate *last_cs; /* most recently used tstate */
134 struct cstate tstate[MAX_STATES]; /* xmit connection states */ member in struct:slcompress
/external/chromium_org/third_party/bintrees/bintrees/
H A Dcwalker.c2883 PyThreadState *tstate = PyThreadState_GET(); local
2884 tmp_type = tstate->curexc_type;
2885 tmp_value = tstate->curexc_value;
2886 tmp_tb = tstate->curexc_traceback;
2887 tstate->curexc_type = type;
2888 tstate->curexc_value = value;
2889 tstate->curexc_traceback = tb;
2899 PyThreadState *tstate = PyThreadState_GET(); local
2900 *type = tstate->curexc_type;
2901 *value = tstate
3047 PyThreadState *tstate = PyThreadState_GET(); local
[all...]
H A Dqavltree.c2365 PyThreadState *tstate = PyThreadState_GET(); local
2366 tmp_type = tstate->curexc_type;
2367 tmp_value = tstate->curexc_value;
2368 tmp_tb = tstate->curexc_traceback;
2369 tstate->curexc_type = type;
2370 tstate->curexc_value = value;
2371 tstate->curexc_traceback = tb;
2381 PyThreadState *tstate = PyThreadState_GET(); local
2382 *type = tstate->curexc_type;
2383 *value = tstate
2529 PyThreadState *tstate = PyThreadState_GET(); local
[all...]
H A Dqbintree.c2360 PyThreadState *tstate = PyThreadState_GET(); local
2361 tmp_type = tstate->curexc_type;
2362 tmp_value = tstate->curexc_value;
2363 tmp_tb = tstate->curexc_traceback;
2364 tstate->curexc_type = type;
2365 tstate->curexc_value = value;
2366 tstate->curexc_traceback = tb;
2376 PyThreadState *tstate = PyThreadState_GET(); local
2377 *type = tstate->curexc_type;
2378 *value = tstate
2524 PyThreadState *tstate = PyThreadState_GET(); local
[all...]
H A Dqrbtree.c2362 PyThreadState *tstate = PyThreadState_GET(); local
2363 tmp_type = tstate->curexc_type;
2364 tmp_value = tstate->curexc_value;
2365 tmp_tb = tstate->curexc_traceback;
2366 tstate->curexc_type = type;
2367 tstate->curexc_value = value;
2368 tstate->curexc_traceback = tb;
2378 PyThreadState *tstate = PyThreadState_GET(); local
2379 *type = tstate->curexc_type;
2380 *value = tstate
2526 PyThreadState *tstate = PyThreadState_GET(); local
[all...]
/external/mksh/src/
H A Dsh.h1225 struct tstate { struct
1888 void ktwalk(struct tstate *, struct table *);
1889 struct tbl *ktnext(struct tstate *);

Completed in 161 milliseconds