Searched defs:Pattern_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.c2502 copy = PyObject_NEW_VAR(PatternObject, &Pattern_Type, self->codesize);
2638 statichere PyTypeObject Pattern_Type = { variable
2688 self = PyObject_NEW_VAR(PatternObject, &Pattern_Type, n);
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.c2511 copy = PyObject_NEW_VAR(PatternObject, &Pattern_Type, self->codesize);
2623 statichere PyTypeObject Pattern_Type = { variable
2677 self = PyObject_NEW_VAR(PatternObject, &Pattern_Type, n);
3890 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) ||

Completed in 46 milliseconds