Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/c-api/
Dfile.rst68 :c:func:`PyFile_DecUseCount` functions described below as appropriate.
76 Callers of this must call :c:func:`PyFile_DecUseCount` when they are
92 PyFile_DecUseCount(p);
97 .. c:function:: void PyFile_DecUseCount(PyFileObject \*p)
/external/python/cpython2/Include/
Dfileobject.h48 PyAPI_FUNC(void) PyFile_DecUseCount(PyFileObject *);
/external/python/cpython2/Modules/
Dbz2module.c1094 PyFile_DecUseCount((PyFileObject *)self->file); in BZ2File_seek()
1212 PyFile_DecUseCount((PyFileObject *)self->file); in BZ2File_close()
1373 PyFile_DecUseCount((PyFileObject *)self->file); in BZ2File_clear()
DcPickle.c438 PyFile_DecUseCount((PyFileObject *)self->file); in write_file()
555 PyFile_DecUseCount((PyFileObject *)self->file); in read_file()
/external/python/cpython2/Objects/
Dfileobject.c87 void PyFile_DecUseCount(PyFileObject *fobj) in PyFile_DecUseCount() function
111 PyFile_DecUseCount(f); in file_PyObject_Print()
/external/python/cpython2/Doc/whatsnew/
D2.6.rst3011 :c:func:`PyFile_IncUseCount` and :c:func:`PyFile_DecUseCount`
3015 ``FILE *`` pointer, and :c:func:`PyFile_DecUseCount` should be called
/external/python/cpython3/Doc/whatsnew/
D2.6.rst3015 :c:func:`PyFile_IncUseCount` and :c:func:`PyFile_DecUseCount`
3019 ``FILE *`` pointer, and :c:func:`PyFile_DecUseCount` should be called