Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c3513 copy = PyObject_NEW_VAR(MatchObject, &Match_Type, slots); in match_copy()
3625 static PyTypeObject Match_Type = { variable
3671 match = PyObject_NEW_VAR(MatchObject, &Match_Type, in pattern_new_match()
3890 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) || in init_sre()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_sre.c3513 copy = PyObject_NEW_VAR(MatchObject, &Match_Type, slots); in match_copy()
3625 static PyTypeObject Match_Type = { variable
3671 match = PyObject_NEW_VAR(MatchObject, &Match_Type, in pattern_new_match()
3890 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) || in init_sre()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c3594 copy = PyObject_NEW_VAR(MatchObject, &Match_Type, slots); in match_copy()
3746 static PyTypeObject Match_Type = { variable
3792 match = PyObject_NEW_VAR(MatchObject, &Match_Type, in pattern_new_match()
4011 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) || in init_sre()