Home
last modified time | relevance | path

Searched refs:closeit (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Include/cpython/
H A Dpythonrun.h9 int closeit,
14 int closeit,
19 int closeit,
24 int closeit,
53 int closeit,
87 PyAPI_FUNC(int) PyRun_AnyFileEx(FILE *fp, const char *name, int closeit);
101 #define PyRun_AnyFileEx(fp, name, closeit) \
102 PyRun_AnyFileExFlags(fp, name, closeit, NULL)
/third_party/python/Python/
H A Dpythonrun.c53 PyObject *globals, PyObject *locals, int closeit,
58 _PyRun_AnyFileObject(FILE *fp, PyObject *filename, int closeit, in _PyRun_AnyFileObject() argument
74 if (closeit) { in _PyRun_AnyFileObject()
79 res = _PyRun_SimpleFileObject(fp, filename, closeit, flags); in _PyRun_AnyFileObject()
91 PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit, in PyRun_AnyFileExFlags() argument
105 int res = _PyRun_AnyFileObject(fp, filename_obj, closeit, flags); in PyRun_AnyFileExFlags()
305 maybe_pyc_file(FILE *fp, PyObject *filename, int closeit) in maybe_pyc_file() argument
319 if (!closeit) { in maybe_pyc_file()
383 _PyRun_SimpleFileObject(FILE *fp, PyObject *filename, int closeit, in _PyRun_SimpleFileObject() argument
407 int pyc = maybe_pyc_file(fp, filename, closeit); in _PyRun_SimpleFileObject()
466 PyRun_SimpleFileExFlags(FILE *fp, const char *filename, int closeit, PyCompilerFlags *flags) PyRun_SimpleFileExFlags() argument
1612 pyrun_file(FILE *fp, PyObject *filename, int start, PyObject *globals, PyObject *locals, int closeit, PyCompilerFlags *flags) pyrun_file() argument
1642 PyRun_FileExFlags(FILE *fp, const char *filename, int start, PyObject *globals, PyObject *locals, int closeit, PyCompilerFlags *flags) PyRun_FileExFlags() argument
1918 PyRun_AnyFileEx(FILE *fp, const char *name, int closeit) PyRun_AnyFileEx() argument
[all...]
/third_party/curl/lib/
H A Dconnect.h58 * Curl_conncontrol() marks the end of a connection/stream. The 'closeit'
74 int closeit
H A Dconnect.c316 bool closeit, is_multiplex; in Curl_conncontrol() local
322 closeit = (ctrl == CONNCTRL_CONNECTION) || in Curl_conncontrol()
326 else if((bit)closeit != conn->bits.close) { in Curl_conncontrol()
327 conn->bits.close = closeit; /* the only place in the source code that in Curl_conncontrol()
/third_party/alsa-utils/alsaloop/
H A Dpcmjob.c1339 static int closeit(struct loopback_handle *lhandle) in closeit() function
1454 closeit(loop->play); in pcmjob_done()
1455 closeit(loop->capt); in pcmjob_done()

Completed in 7 milliseconds