Searched refs:PyFile_DecUseCount (Results 1 – 7 of 7) sorted by relevance
68 :c:func:`PyFile_DecUseCount` functions described below as appropriate.76 Callers of this must call :c:func:`PyFile_DecUseCount` when they are92 PyFile_DecUseCount(p);97 .. c:function:: void PyFile_DecUseCount(PyFileObject \*p)
48 PyAPI_FUNC(void) PyFile_DecUseCount(PyFileObject *);
1094 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()
438 PyFile_DecUseCount((PyFileObject *)self->file); in write_file()555 PyFile_DecUseCount((PyFileObject *)self->file); in read_file()
87 void PyFile_DecUseCount(PyFileObject *fobj) in PyFile_DecUseCount() function111 PyFile_DecUseCount(f); in file_PyObject_Print()
3011 :c:func:`PyFile_IncUseCount` and :c:func:`PyFile_DecUseCount`3015 ``FILE *`` pointer, and :c:func:`PyFile_DecUseCount` should be called
3015 :c:func:`PyFile_IncUseCount` and :c:func:`PyFile_DecUseCount`3019 ``FILE *`` pointer, and :c:func:`PyFile_DecUseCount` should be called