Home
last modified time | relevance | path

Searched refs:PyFile_SetBufSize (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Include/
Dfileobject.h41 PyAPI_FUNC(void) PyFile_SetBufSize(PyObject *, int);
/external/python/cpython2/Modules/
Dposixmodule.c4617 PyFile_SetBufSize(f, bufsize); in posix_popen()
4641 PyFile_SetBufSize(f, bufsize); in posix_popen()
4974 PyFile_SetBufSize(p_f[0], bufsize); in _PyPopen()
4976 PyFile_SetBufSize(p_f[1], bufsize); in _PyPopen()
4980 PyFile_SetBufSize(p_f[0], bufsize); in _PyPopen()
5608 PyFile_SetBufSize(f, 0); in _PyPopen()
5619 PyFile_SetBufSize(f, 0); in _PyPopen()
5630 PyFile_SetBufSize(f, 0); in _PyPopen()
5641 PyFile_SetBufSize(f, 0); in _PyPopen()
5669 PyFile_SetBufSize(p1, 0); in _PyPopen()
[all …]
Dsocketmodule.c2403 PyFile_SetBufSize(f, bufsize);
/external/python/cpython2/PC/os2vacpp/
Dpython.def176 PyFile_SetBufSize
/external/python/cpython2/Doc/c-api/
Dfile.rst129 .. c:function:: void PyFile_SetBufSize(PyFileObject *p, int n)
/external/python/cpython2/Doc/data/
Drefcounts.dat406 PyFile_SetBufSize:void:::
407 PyFile_SetBufSize:PyFileObject*:p:0:
408 PyFile_SetBufSize:int:n::
/external/python/cpython2/PC/os2emx/
Dpython27.def303 "PyFile_SetBufSize"
/external/python/cpython2/Objects/
Dfileobject.c515 PyFile_SetBufSize(PyObject *f, int bufsize) in PyFile_SetBufSize() function
2477 PyFile_SetBufSize(self, bufsize); in file_init()