Searched defs:closeit (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Python/ |
D | pythonrun.c | 69 _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()
|
/third_party/python/Include/cpython/ |
D | pythonrun.h | 101 #define PyRun_AnyFileEx(fp, name, closeit) \ argument
|
/third_party/alsa-utils/alsaloop/ |
D | pcmjob.c | 1337 static int closeit(struct loopback_handle *lhandle) in closeit() function
|
/third_party/curl/lib/ |
D | connect.c | 329 bool closeit, is_multiplex; in Curl_conncontrol() local
|