Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsre.h28 PyObject* indexgroup; member
D_sre.c1874 Py_XDECREF(self->indexgroup); in pattern_dealloc()
2518 Py_XINCREF(self->indexgroup); in pattern_copy()
2543 !deepcopy(&copy->indexgroup, memo) || in pattern_deepcopy()
2669 PyObject* indexgroup = NULL; in _compile() local
2672 &groupindex, &indexgroup)) in _compile()
2683 self->indexgroup = NULL; in _compile()
2714 Py_XINCREF(indexgroup); in _compile()
2715 self->indexgroup = indexgroup; in _compile()
3583 if (self->pattern->indexgroup && self->lastindex >= 0) { in match_lastgroup_get()
3585 self->pattern->indexgroup, self->lastindex in match_lastgroup_get()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsre.h38 PyObject* indexgroup; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsre_compile.py516 indexgroup = [None] * p.pattern.groups
518 indexgroup[i] = k
523 groupindex, indexgroup
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsre_compile.py588 indexgroup = [None] * p.pattern.groups
590 indexgroup[i] = k
595 groupindex, indexgroup
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c1874 Py_XDECREF(self->indexgroup); in pattern_dealloc()
2518 Py_XINCREF(self->indexgroup); in pattern_copy()
2543 !deepcopy(&copy->indexgroup, memo) || in pattern_deepcopy()
2669 PyObject* indexgroup = NULL; in _compile() local
2672 &groupindex, &indexgroup)) in _compile()
2683 self->indexgroup = NULL; in _compile()
2714 Py_XINCREF(indexgroup); in _compile()
2715 self->indexgroup = indexgroup; in _compile()
3583 if (self->pattern->indexgroup && self->lastindex >= 0) { in match_lastgroup_get()
3585 self->pattern->indexgroup, self->lastindex in match_lastgroup_get()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c1888 Py_XDECREF(self->indexgroup); in pattern_dealloc()
2597 Py_XINCREF(self->indexgroup); in pattern_copy()
2622 !deepcopy(&copy->indexgroup, memo) || in pattern_deepcopy()
2748 PyObject* indexgroup = NULL; in _compile() local
2751 &groupindex, &indexgroup)) in _compile()
2762 self->indexgroup = NULL; in _compile()
2800 Py_XINCREF(indexgroup); in _compile()
2801 self->indexgroup = indexgroup; in _compile()
3704 if (self->pattern->indexgroup && self->lastindex >= 0) { in match_lastgroup_get()
3706 self->pattern->indexgroup, self->lastindex in match_lastgroup_get()