Searched defs:Match_Type (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/
H A D_sre.c3524 copy = PyObject_NEW_VAR(MatchObject, &Match_Type, slots);
3649 statichere PyTypeObject Match_Type = { variable
3672 match = PyObject_NEW_VAR(MatchObject, &Match_Type,
3883 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) ||
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A D_sre.c3513 copy = PyObject_NEW_VAR(MatchObject, &Match_Type, slots);
3625 static PyTypeObject Match_Type = { variable
3671 match = PyObject_NEW_VAR(MatchObject, &Match_Type,
3890 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) ||

Completed in 61 milliseconds