Searched defs:Scanner_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.c3825 statichere PyTypeObject Scanner_Type = { variable
3848 self = PyObject_NEW(ScannerObject, &Scanner_Type);
3884 PyType_Ready(&Scanner_Type))
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A D_sre.c3809 statichere PyTypeObject Scanner_Type = { variable
3855 self = PyObject_NEW(ScannerObject, &Scanner_Type);
3891 PyType_Ready(&Scanner_Type))

Completed in 1798 milliseconds