Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dfileobject.h53 PyAPI_FUNC(void) PyFile_SetBufSize(PyObject *, int);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dfileobject.h53 PyAPI_FUNC(void) PyFile_SetBufSize(PyObject *, int);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dfileobject.h52 PyAPI_FUNC(void) PyFile_SetBufSize(PyObject *, int);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dfileobject.h41 PyAPI_FUNC(void) PyFile_SetBufSize(PyObject *, int);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c2747 PyFile_SetBufSize(f, bufsize); in posix_popen()
2771 PyFile_SetBufSize(f, bufsize); in posix_popen()
3104 PyFile_SetBufSize(p_f[0], bufsize); in _PyPopen()
3106 PyFile_SetBufSize(p_f[1], bufsize); in _PyPopen()
3110 PyFile_SetBufSize(p_f[0], bufsize); in _PyPopen()
3738 PyFile_SetBufSize(f, 0); in _PyPopen()
3749 PyFile_SetBufSize(f, 0); in _PyPopen()
3760 PyFile_SetBufSize(f, 0); in _PyPopen()
3771 PyFile_SetBufSize(f, 0); in _PyPopen()
3799 PyFile_SetBufSize(p1, 0); in _PyPopen()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c4337 PyFile_SetBufSize(f, bufsize); in posix_popen()
4361 PyFile_SetBufSize(f, bufsize); in posix_popen()
4694 PyFile_SetBufSize(p_f[0], bufsize); in _PyPopen()
4696 PyFile_SetBufSize(p_f[1], bufsize); in _PyPopen()
4700 PyFile_SetBufSize(p_f[0], bufsize); in _PyPopen()
5328 PyFile_SetBufSize(f, 0); in _PyPopen()
5339 PyFile_SetBufSize(f, 0); in _PyPopen()
5350 PyFile_SetBufSize(f, 0); in _PyPopen()
5361 PyFile_SetBufSize(f, 0); in _PyPopen()
5389 PyFile_SetBufSize(p1, 0); in _PyPopen()
[all …]
Dsocketmodule.c2319 PyFile_SetBufSize(f, bufsize);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c510 PyFile_SetBufSize(PyObject *f, int bufsize) in PyFile_SetBufSize() function
2433 PyFile_SetBufSize(self, bufsize); in file_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c503 PyFile_SetBufSize(PyObject *f, int bufsize) in PyFile_SetBufSize() function
2366 PyFile_SetBufSize(self, bufsize); in file_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c2367 PyFile_SetBufSize(f, bufsize); in edk2_popen()
3070 PyFile_SetBufSize(f, bufsize); in edk2_fdopen()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c2378 PyFile_SetBufSize(f, bufsize);