Home
last modified time | relevance | path

Searched refs:PyRun_FileExFlags (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythonrun.h61 PyAPI_FUNC(PyObject *) PyRun_FileExFlags(FILE *, const char *, int,
96 PyRun_FileExFlags(fp, p, s, g, l, 0, NULL)
98 PyRun_FileExFlags(fp, p, s, g, l, c, NULL)
100 PyRun_FileExFlags(fp, p, s, g, l, 0, flags)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythonrun.h61 PyAPI_FUNC(PyObject *) PyRun_FileExFlags(FILE *, const char *, int,
96 PyRun_FileExFlags(fp, p, s, g, l, 0, NULL)
98 PyRun_FileExFlags(fp, p, s, g, l, c, NULL)
100 PyRun_FileExFlags(fp, p, s, g, l, 0, flags)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c936 v = PyRun_FileExFlags(fp, filename, Py_file_input, d, d, in PyRun_SimpleFileExFlags()
1315 PyRun_FileExFlags(FILE *fp, const char *filename, int start, PyObject *globals, in PyRun_FileExFlags() function
1933 return PyRun_FileExFlags(fp, p, s, g, l, 0, NULL); in PyRun_File()
1940 return PyRun_FileExFlags(fp, p, s, g, l, c, NULL); in PyRun_FileEx()
1948 return PyRun_FileExFlags(fp, p, s, g, l, 0, flags); in PyRun_FileFlags()
Dbltinmodule.c792 res = PyRun_FileExFlags(fp, filename, Py_file_input, globals, in builtin_execfile()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c949 v = PyRun_FileExFlags(fp, filename, Py_file_input, d, d, in PyRun_SimpleFileExFlags()
1340 PyRun_FileExFlags(FILE *fp, const char *filename, int start, PyObject *globals, in PyRun_FileExFlags() function
1958 return PyRun_FileExFlags(fp, p, s, g, l, 0, NULL); in PyRun_File()
1965 return PyRun_FileExFlags(fp, p, s, g, l, c, NULL); in PyRun_FileEx()
1973 return PyRun_FileExFlags(fp, p, s, g, l, 0, flags); in PyRun_FileFlags()
Dbltinmodule.c800 res = PyRun_FileExFlags(fp, filename, Py_file_input, globals, in builtin_execfile()