Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dpythonrun.c740 PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit, in PyRun_AnyFileExFlags()
873 maybe_pyc_file(FILE *fp, const char* filename, const char* ext, int closeit) in maybe_pyc_file()
910 PyRun_SimpleFileExFlags(FILE *fp, const char *filename, int closeit, in PyRun_SimpleFileExFlags()
1346 PyObject *locals, int closeit, PyCompilerFlags *flags) in PyRun_FileExFlags()
1947 PyRun_AnyFileEx(FILE *fp, const char *name, int closeit) in PyRun_AnyFileEx()
/external/python/cpython2/Include/
Dpythonrun.h86 #define PyRun_AnyFileEx(fp, name, closeit) \ argument
/external/curl/lib/
Dconnect.c1386 bool closeit = (ctrl == CONNCTRL_CONNECTION) || in Curl_conncontrol() local