Home
last modified time | relevance | path

Searched refs:PyFile_IncUseCount (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dfileobject.h59 PyAPI_FUNC(void) PyFile_IncUseCount(PyFileObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dfileobject.h59 PyAPI_FUNC(void) PyFile_IncUseCount(PyFileObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dfileobject.h58 PyAPI_FUNC(void) PyFile_IncUseCount(PyFileObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dfileobject.h47 PyAPI_FUNC(void) PyFile_IncUseCount(PyFileObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dbz2module.c1121 PyFile_IncUseCount((PyFileObject *)self->file); in BZ2File_seek()
1459 PyFile_IncUseCount((PyFileObject *)self->file); in BZ2File_init()
DcPickle.c441 PyFile_IncUseCount((PyFileObject *)self->file); in write_file()
554 PyFile_IncUseCount((PyFileObject *)self->file); in read_file()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c82 void PyFile_IncUseCount(PyFileObject *fobj) in PyFile_IncUseCount() function
109 PyFile_IncUseCount(f); in file_PyObject_Print()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c82 void PyFile_IncUseCount(PyFileObject *fobj) in PyFile_IncUseCount() function
109 PyFile_IncUseCount(f); in file_PyObject_Print()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c434 PyFile_IncUseCount((PyFileObject *)self->file); in write_file()
551 PyFile_IncUseCount((PyFileObject *)self->file); in read_file()