Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dfileobject.h55 PyAPI_FUNC(int) PyFile_SetEncodingAndErrors(PyObject *, const char *, char *errors);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dfileobject.h55 PyAPI_FUNC(int) PyFile_SetEncodingAndErrors(PyObject *, const char *, char *errors);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dfileobject.h54 PyAPI_FUNC(int) PyFile_SetEncodingAndErrors(PyObject *, const char *, char *errors);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dfileobject.h43 PyAPI_FUNC(int) PyFile_SetEncodingAndErrors(PyObject *, const char *, char *errors);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c333 if (!PyFile_SetEncodingAndErrors(sys_stream, icodeset, errors)) in Py_InitializeEx()
345 if (!PyFile_SetEncodingAndErrors(sys_stream, codeset, errors)) in Py_InitializeEx()
357 if (!PyFile_SetEncodingAndErrors(sys_stream, codeset, errors)) in Py_InitializeEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c345 if (!PyFile_SetEncodingAndErrors(sys_stream, icodeset, errors)) in Py_InitializeEx()
357 if (!PyFile_SetEncodingAndErrors(sys_stream, codeset, errors)) in Py_InitializeEx()
369 if (!PyFile_SetEncodingAndErrors(sys_stream, codeset, errors)) in Py_InitializeEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c554 return PyFile_SetEncodingAndErrors(f, enc, NULL); in PyFile_SetEncoding()
558 PyFile_SetEncodingAndErrors(PyObject *f, const char *enc, char* errors) in PyFile_SetEncodingAndErrors() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c547 return PyFile_SetEncodingAndErrors(f, enc, NULL); in PyFile_SetEncoding()
551 PyFile_SetEncodingAndErrors(PyObject *f, const char *enc, char* errors) in PyFile_SetEncodingAndErrors() function