Home
last modified time | relevance | path

Searched refs:PyFile_AsFile (Results 1 – 23 of 23) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dfileobject.h58 PyAPI_FUNC(FILE *) PyFile_AsFile(PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dfileobject.h58 PyAPI_FUNC(FILE *) PyFile_AsFile(PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dfileobject.h57 PyAPI_FUNC(FILE *) PyFile_AsFile(PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dfileobject.h46 PyAPI_FUNC(FILE *) PyFile_AsFile(PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dbltinmodule.c2041 if (PyFile_AsFile(fin) && PyFile_AsFile(fout) in builtin_raw_input()
2042 && isatty(fileno(PyFile_AsFile(fin))) in builtin_raw_input()
2043 && isatty(fileno(PyFile_AsFile(fout)))) { in builtin_raw_input()
2060 s = PyOS_Readline(PyFile_AsFile(fin), PyFile_AsFile(fout), in builtin_raw_input()
Dsysmodule.c65 fp = PyFile_AsFile(v); in PySys_GetFile()
1761 if (file == NULL || PyFile_AsFile(file) == fp) in mywrite()
Dimport.c3076 fp = PyFile_AsFile(fob); in get_file()
Dceval.c4735 FILE *fp = PyFile_AsFile(prog); in exec_statement()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dbltinmodule.c2030 if (PyFile_AsFile(fin) && PyFile_AsFile(fout) in builtin_raw_input()
2031 && isatty(fileno(PyFile_AsFile(fin))) in builtin_raw_input()
2032 && isatty(fileno(PyFile_AsFile(fout)))) { in builtin_raw_input()
2049 s = PyOS_Readline(PyFile_AsFile(fin), PyFile_AsFile(fout), in builtin_raw_input()
Dsysmodule.c65 fp = PyFile_AsFile(v); in PySys_GetFile()
1740 if (file == NULL || PyFile_AsFile(file) == fp) in mywrite()
Dmarshal.c1267 wf.fp = PyFile_AsFile(f); in marshal_dump()
1308 rf.fp = PyFile_AsFile(f); in marshal_load()
Dimport.c2955 fp = PyFile_AsFile(fob); in find_module()
Dceval.c4713 FILE *fp = PyFile_AsFile(prog); in exec_statement()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dbz2module.c1118 self->fp = BZ2_bzReadOpen(&bzerror, PyFile_AsFile(self->file), in BZ2File_seek()
1448 PyFile_AsFile(self->file), in BZ2File_init()
1452 PyFile_AsFile(self->file), in BZ2File_init()
Darraymodule.c1199 fp = PyFile_AsFile(f); in array_fromfile()
1268 fp = PyFile_AsFile(f); in array_tofile()
DcPickle.c3031 self->fp = PyFile_AsFile(file); in newPicklerobject()
5452 self->fp = PyFile_AsFile(f); in newUnpicklerobject()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
Dmarshal.c1268 wf.fp = PyFile_AsFile(f); in marshal_dump()
1309 rf.fp = PyFile_AsFile(f); in marshal_load()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dmarshal.c1267 wf.fp = PyFile_AsFile(f); in marshal_dump()
1308 rf.fp = PyFile_AsFile(f); in marshal_load()
Dimport.c2955 fp = PyFile_AsFile(fob); in find_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Darraymodule.c1199 fp = PyFile_AsFile(f); in array_fromfile()
1268 fp = PyFile_AsFile(f); in array_tofile()
DcPickle.c3063 self->fp = PyFile_AsFile(file); in newPicklerobject()
5487 self->fp = PyFile_AsFile(f); in newUnpicklerobject()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c74 PyFile_AsFile(PyObject *f) in PyFile_AsFile() function
2631 FILE *fp = PyFile_AsFile(f); in PyFile_WriteString()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c74 PyFile_AsFile(PyObject *f) in PyFile_AsFile() function
2564 FILE *fp = PyFile_AsFile(f); in PyFile_WriteString()