Searched defs:closeit (Results 1 – 4 of 4) sorted by relevance
| /third_party/python/Python/ |
| D | pythonrun.c | 58 _PyRun_AnyFileObject(FILE *fp, PyObject *filename, int closeit, in _PyRun_AnyFileObject() 91 PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit, in PyRun_AnyFileExFlags() 305 maybe_pyc_file(FILE *fp, PyObject *filename, int closeit) in maybe_pyc_file() 383 _PyRun_SimpleFileObject(FILE *fp, PyObject *filename, int closeit, in _PyRun_SimpleFileObject() 466 PyRun_SimpleFileExFlags(FILE *fp, const char *filename, int closeit, in PyRun_SimpleFileExFlags() 1613 PyObject *locals, int closeit, PyCompilerFlags *flags) in pyrun_file() 1643 PyObject *locals, int closeit, PyCompilerFlags *flags) in PyRun_FileExFlags() 1918 PyRun_AnyFileEx(FILE *fp, const char *name, int closeit) in PyRun_AnyFileEx()
|
| /third_party/python/Include/cpython/ |
| D | pythonrun.h | 101 #define PyRun_AnyFileEx(fp, name, closeit) \ argument
|
| /third_party/alsa-utils/alsaloop/ |
| D | pcmjob.c | 1339 static int closeit(struct loopback_handle *lhandle) in closeit() function
|
| /third_party/curl/lib/ |
| D | connect.c | 316 bool closeit, is_multiplex; in Curl_conncontrol() local
|