Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c3256 match_getslice(MatchObject* self, PyObject* index, PyObject* def) in match_getslice() function
3281 result = match_getslice(self, Py_False, Py_None); in match_group()
3284 result = match_getslice(self, PyTuple_GET_ITEM(args, 0), Py_None); in match_group()
3292 PyObject* item = match_getslice( in match_group()
3361 value = match_getslice(self, key, def); in match_groupdict()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_sre.c3256 match_getslice(MatchObject* self, PyObject* index, PyObject* def) in match_getslice() function
3281 result = match_getslice(self, Py_False, Py_None); in match_group()
3284 result = match_getslice(self, PyTuple_GET_ITEM(args, 0), Py_None); in match_group()
3292 PyObject* item = match_getslice( in match_group()
3361 value = match_getslice(self, key, def); in match_groupdict()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c3337 match_getslice(MatchObject* self, PyObject* index, PyObject* def) in match_getslice() function
3362 result = match_getslice(self, Py_False, Py_None); in match_group()
3365 result = match_getslice(self, PyTuple_GET_ITEM(args, 0), Py_None); in match_group()
3373 PyObject* item = match_getslice( in match_group()
3442 value = match_getslice(self, key, def); in match_groupdict()