Searched refs:PyFile_SetBufSize (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Include/ |
D | fileobject.h | 41 PyAPI_FUNC(void) PyFile_SetBufSize(PyObject *, int);
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 176 PyFile_SetBufSize
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 4593 PyFile_SetBufSize(f, bufsize); in posix_popen() 4617 PyFile_SetBufSize(f, bufsize); in posix_popen() 4950 PyFile_SetBufSize(p_f[0], bufsize); in _PyPopen() 4952 PyFile_SetBufSize(p_f[1], bufsize); in _PyPopen() 4956 PyFile_SetBufSize(p_f[0], bufsize); in _PyPopen() 5584 PyFile_SetBufSize(f, 0); in _PyPopen() 5595 PyFile_SetBufSize(f, 0); in _PyPopen() 5606 PyFile_SetBufSize(f, 0); in _PyPopen() 5617 PyFile_SetBufSize(f, 0); in _PyPopen() 5645 PyFile_SetBufSize(p1, 0); in _PyPopen() [all …]
|
D | socketmodule.c | 2403 PyFile_SetBufSize(f, bufsize);
|
/external/python/cpython2/Doc/c-api/ |
D | file.rst | 129 .. c:function:: void PyFile_SetBufSize(PyFileObject *p, int n)
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 406 PyFile_SetBufSize:void::: 407 PyFile_SetBufSize:PyFileObject*:p:0: 408 PyFile_SetBufSize:int:n::
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 303 "PyFile_SetBufSize"
|
/external/python/cpython2/Objects/ |
D | fileobject.c | 510 PyFile_SetBufSize(PyObject *f, int bufsize) in PyFile_SetBufSize() function 2432 PyFile_SetBufSize(self, bufsize); in file_init()
|