Home
last modified time | relevance | path

Searched defs:closeit (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Python/
Dpythonrun.c69 _PyRun_AnyFileObject(FILE *fp, PyObject *filename, int closeit, in _PyRun_AnyFileObject()
102 PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit, in PyRun_AnyFileExFlags()
321 maybe_pyc_file(FILE *fp, PyObject *filename, int closeit) in maybe_pyc_file()
399 _PyRun_SimpleFileObject(FILE *fp, PyObject *filename, int closeit, in _PyRun_SimpleFileObject()
482 PyRun_SimpleFileExFlags(FILE *fp, const char *filename, int closeit, in PyRun_SimpleFileExFlags()
1191 PyObject *locals, int closeit, PyCompilerFlags *flags) in pyrun_file()
1221 PyObject *locals, int closeit, PyCompilerFlags *flags) in PyRun_FileExFlags()
1495 PyRun_AnyFileEx(FILE *fp, const char *name, int closeit) in PyRun_AnyFileEx()
/external/python/cpython2/Python/
Dpythonrun.c749 PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit, in PyRun_AnyFileExFlags()
882 maybe_pyc_file(FILE *fp, const char* filename, const char* ext, int closeit) in maybe_pyc_file()
919 PyRun_SimpleFileExFlags(FILE *fp, const char *filename, int closeit, in PyRun_SimpleFileExFlags()
1355 PyObject *locals, int closeit, PyCompilerFlags *flags) in PyRun_FileExFlags()
1959 PyRun_AnyFileEx(FILE *fp, const char *name, int closeit) in PyRun_AnyFileEx()
/external/python/cpython3/Include/cpython/
Dpythonrun.h101 #define PyRun_AnyFileEx(fp, name, closeit) \ argument
/external/python/cpython2/Include/
Dpythonrun.h86 #define PyRun_AnyFileEx(fp, name, closeit) \ argument
/external/curl/lib/
Dconnect.c328 bool closeit, is_multiplex; in Curl_conncontrol() local