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

  /external/syslinux/core/fs/pxe/
gpxeurl.c 7 static __lowmem struct s_PXENV_FILE_CLOSE file_close; local
9 file_close.FileHandle = socket->tftp_remoteport;
10 pxe_call(PXENV_FILE_CLOSE, &file_close);
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_file.c 87 * @v file_close Pointer to a struct s_PXENV_FILE_CLOSE
94 PXENV_EXIT_t pxenv_file_close ( struct s_PXENV_FILE_CLOSE *file_close ) {
96 DBG ( "PXENV_FILE_CLOSE %d", file_close->FileHandle );
98 close ( file_close->FileHandle );
99 file_close->Status = PXENV_STATUS_SUCCESS;
pxe_call.c 101 PXENV_EXIT_t ( * file_close ) ( struct s_PXENV_FILE_CLOSE * ); member in union:pxenv_call
291 pxenv_call.file_close = pxenv_file_close;
292 param_len = sizeof ( pxenv_any.file_close );
  /external/syslinux/gpxe/src/arch/i386/include/
pxe.h 64 struct s_PXENV_FILE_CLOSE file_close; member in union:u_PXENV_ANY
pxe_api.h     [all...]
  /external/elfutils/src/
ld.h 308 int (*file_close) (struct usedfiles *, struct ld_state *); member in struct:callbacks
309 #define FILE_CLOSE(file, state) \
310 DL_CALL_FCT ((state)->callbacks.file_close, (file, state))
    [all...]
ldgeneric.c 207 ld_state.callbacks.file_close = ld_generic_file_close;
    [all...]
  /system/core/libsparse/
output_file.c 174 static void file_close(struct output_file *out) function
186 .close = file_close,
  /external/python/cpython2/Lib/test/
test_httplib.py 42 self.file.close = self.file_close #nerf close ()
45 def file_close(self): member in class:FakeSocket
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 451 thread doesn't free it when running file_close() concurrently.
669 file_close(PyFileObject *f) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 451 thread doesn't free it when running file_close() concurrently.
655 file_close(PyFileObject *f) function
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 451 thread doesn't free it when running file_close() concurrently.
667 file_close(PyFileObject *f) function
    [all...]
  /external/fio/
gfio.c 798 static void file_close(GtkWidget *w, gpointer data) function
    [all...]
  /external/python/cpython2/Lib/
urllib.py 942 def file_close(self): member in class:ftpwrapper
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib.py 933 def file_close(self): member in class:ftpwrapper
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib.py 933 def file_close(self): member in class:ftpwrapper
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 933 def file_close(self): member in class:ftpwrapper
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 933 def file_close(self): member in class:ftpwrapper
    [all...]
  /external/python/cpython3/Lib/test/
test_httplib.py 65 self.file.close = self.file_close #nerf close ()
68 def file_close(self): member in class:FakeSocket
    [all...]
  /external/python/cpython3/Lib/urllib/
request.py 2449 def file_close(self): member in class:ftpwrapper
    [all...]

Completed in 890 milliseconds