Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dfileobject.h60 PyAPI_FUNC(void) PyFile_DecUseCount(PyFileObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dfileobject.h60 PyAPI_FUNC(void) PyFile_DecUseCount(PyFileObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dfileobject.h59 PyAPI_FUNC(void) PyFile_DecUseCount(PyFileObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dfileobject.h48 PyAPI_FUNC(void) PyFile_DecUseCount(PyFileObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dbz2module.c1105 PyFile_DecUseCount((PyFileObject *)self->file); in BZ2File_seek()
1222 PyFile_DecUseCount((PyFileObject *)self->file); in BZ2File_close()
1495 PyFile_DecUseCount((PyFileObject *)self->file); in BZ2File_dealloc()
DcPickle.c445 PyFile_DecUseCount((PyFileObject *)self->file); in write_file()
558 PyFile_DecUseCount((PyFileObject *)self->file); in read_file()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c87 void PyFile_DecUseCount(PyFileObject *fobj) in PyFile_DecUseCount() function
111 PyFile_DecUseCount(f); in file_PyObject_Print()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c87 void PyFile_DecUseCount(PyFileObject *fobj) in PyFile_DecUseCount() function
111 PyFile_DecUseCount(f); in file_PyObject_Print()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c438 PyFile_DecUseCount((PyFileObject *)self->file); in write_file()
555 PyFile_DecUseCount((PyFileObject *)self->file); in read_file()