Home
last modified time | relevance | path

Searched refs:alloc_pos (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
D_sre.c687 alloc_pos = state->data_stack_base; \
690 SFY(type), alloc_pos, sizeof(type))); \
691 if (sizeof(type) > state->data_stack_size - alloc_pos) { \
697 ptr = (type*)(state->data_stack+alloc_pos); \
789 ctx_pos = alloc_pos; \
815 Py_ssize_t alloc_pos, ctx_pos = -1; in SRE_MATCH() local
829 ctx_pos = alloc_pos; in SRE_MATCH()