Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c2511 copy = PyObject_NEW_VAR(PatternObject, &Pattern_Type, self->codesize); in pattern_copy()
2623 statichere PyTypeObject Pattern_Type = { variable
2677 self = PyObject_NEW_VAR(PatternObject, &Pattern_Type, n); in _compile()
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.c2511 copy = PyObject_NEW_VAR(PatternObject, &Pattern_Type, self->codesize); in pattern_copy()
2623 statichere PyTypeObject Pattern_Type = { variable
2677 self = PyObject_NEW_VAR(PatternObject, &Pattern_Type, n); in _compile()
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.c2590 copy = PyObject_NEW_VAR(PatternObject, &Pattern_Type, self->codesize); in pattern_copy()
2702 statichere PyTypeObject Pattern_Type = { variable
2756 self = PyObject_NEW_VAR(PatternObject, &Pattern_Type, n); in _compile()
4011 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) || in init_sre()