Home
last modified time | relevance | path

Searched refs:closeit (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Doc/c-api/
Dveryhigh.rst47 *closeit* set to ``0`` and *flags* set to *NULL*.
53 the *closeit* argument set to ``0``.
56 .. c:function:: int PyRun_AnyFileEx(FILE *fp, const char *filename, int closeit)
62 .. c:function:: int PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit, PyCompilerFla…
93 leaving *closeit* set to ``0`` and *flags* set to *NULL*.
99 leaving *closeit* set to ``0``.
102 .. c:function:: int PyRun_SimpleFileEx(FILE *fp, const char *filename, int closeit)
108 .. c:function:: int PyRun_SimpleFileExFlags(FILE *fp, const char *filename, int closeit, PyCompiler…
112 file. If *closeit* is true, the file is closed before PyRun_SimpleFileExFlags
200 *closeit* set to ``0`` and *flags* set to *NULL*.
[all …]
/external/python/cpython2/Python/
Dpythonrun.c740 PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit, in PyRun_AnyFileExFlags() argument
747 if (closeit) in PyRun_AnyFileExFlags()
752 return PyRun_SimpleFileExFlags(fp, filename, closeit, flags); in PyRun_AnyFileExFlags()
873 maybe_pyc_file(FILE *fp, const char* filename, const char* ext, int closeit) in maybe_pyc_file() argument
880 if (closeit) { in maybe_pyc_file()
910 PyRun_SimpleFileExFlags(FILE *fp, const char *filename, int closeit, in PyRun_SimpleFileExFlags() argument
935 if (maybe_pyc_file(fp, filename, ext, closeit)) { in PyRun_SimpleFileExFlags()
937 if (closeit) in PyRun_SimpleFileExFlags()
949 closeit, flags); in PyRun_SimpleFileExFlags()
1346 PyObject *locals, int closeit, PyCompilerFlags *flags) in PyRun_FileExFlags() argument
[all …]
/external/python/cpython2/Include/
Dpythonrun.h86 #define PyRun_AnyFileEx(fp, name, closeit) \ argument
87 PyRun_AnyFileExFlags(fp, name, closeit, NULL)
/external/curl/lib/
Dconnect.h124 int closeit
Dconnect.c1386 bool closeit = (ctrl == CONNCTRL_CONNECTION) || in Curl_conncontrol() local
1391 else if(closeit != conn->bits.close) { in Curl_conncontrol()
1393 closeit?"closure":"keep alive", reason)); in Curl_conncontrol()
1394 conn->bits.close = closeit; /* the only place in the source code that in Curl_conncontrol()
/external/python/cpython2/Doc/data/
Drefcounts.dat1080 PyRun_FileEx:int:closeit::
1096 PyRun_FileExFlags:int:closeit::