HomeSort by relevance Sort by last modified time
    Searched refs:closeit (Results 1 - 12 of 12) sorted by null

  /external/curl/lib/
connect.h 108 * Curl_conncontrol() marks the end of a connection/stream. The 'closeit'
124 int closeit
connect.c 1386 bool closeit = (ctrl == CONNCTRL_CONNECTION) || local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pythonrun.c 741 PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit,
748 if (closeit)
753 return PyRun_SimpleFileExFlags(fp, filename, closeit, flags);
874 maybe_pyc_file(FILE *fp, const char* filename, const char* ext, int closeit)
881 if (closeit) {
911 PyRun_SimpleFileExFlags(FILE *fp, const char *filename, int closeit,
936 if (maybe_pyc_file(fp, filename, ext, closeit)) {
938 if (closeit)
950 closeit, flags);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pythonrun.c 728 PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit,
735 if (closeit)
740 return PyRun_SimpleFileExFlags(fp, filename, closeit, flags);
861 maybe_pyc_file(FILE *fp, const char* filename, const char* ext, int closeit)
868 if (closeit) {
898 PyRun_SimpleFileExFlags(FILE *fp, const char *filename, int closeit,
922 if (maybe_pyc_file(fp, filename, ext, closeit)) {
924 if (closeit)
937 closeit, flags);
    [all...]
  /external/python/cpython2/Python/
pythonrun.c 740 PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit,
747 if (closeit)
752 return PyRun_SimpleFileExFlags(fp, filename, closeit, flags);
873 maybe_pyc_file(FILE *fp, const char* filename, const char* ext, int closeit)
880 if (closeit) {
910 PyRun_SimpleFileExFlags(FILE *fp, const char *filename, int closeit,
935 if (maybe_pyc_file(fp, filename, ext, closeit)) {
937 if (closeit)
949 closeit, flags);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pythonrun.h 86 #define PyRun_AnyFileEx(fp, name, closeit) \
87 PyRun_AnyFileExFlags(fp, name, closeit, NULL)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pythonrun.h 86 #define PyRun_AnyFileEx(fp, name, closeit) \
87 PyRun_AnyFileExFlags(fp, name, closeit, NULL)
  /external/python/cpython2/Include/
pythonrun.h 86 #define PyRun_AnyFileEx(fp, name, closeit) \
87 PyRun_AnyFileExFlags(fp, name, closeit, NULL)
  /prebuilts/gdb/darwin-x86/include/python2.7/
pythonrun.h 86 #define PyRun_AnyFileEx(fp, name, closeit) \
87 PyRun_AnyFileExFlags(fp, name, closeit, NULL)
  /prebuilts/gdb/linux-x86/include/python2.7/
pythonrun.h 86 #define PyRun_AnyFileEx(fp, name, closeit) \
87 PyRun_AnyFileExFlags(fp, name, closeit, NULL)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pythonrun.h 86 #define PyRun_AnyFileEx(fp, name, closeit) \
87 PyRun_AnyFileExFlags(fp, name, closeit, NULL)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pythonrun.h 86 #define PyRun_AnyFileEx(fp, name, closeit) \
87 PyRun_AnyFileExFlags(fp, name, closeit, NULL)

Completed in 309 milliseconds