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

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dfileobject.h33 } PyFileObject; typedef in typeref:struct:__anon9930
47 PyAPI_FUNC(void) PyFile_IncUseCount(PyFileObject *);
48 PyAPI_FUNC(void) PyFile_DecUseCount(PyFileObject *);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dfileobject.h45 } PyFileObject; typedef in typeref:struct:__anon9934
59 PyAPI_FUNC(void) PyFile_IncUseCount(PyFileObject *);
60 PyAPI_FUNC(void) PyFile_DecUseCount(PyFileObject *);

Completed in 43 milliseconds