Home
last modified time | relevance | path

Searched refs:file_close (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/providers/implementations/storemgmt/
Dfile_store.c50 static OSSL_FUNC_store_close_fn file_close; variable
191 file_close(ctx); in file_open_dir()
764 static int file_close(void *loaderctx) in file_close() function
788 { OSSL_FUNC_STORE_CLOSE, (void (*)(void))file_close },
/third_party/ffmpeg/libavformat/
Dfile.c266 static int file_close(URLContext *h) in file_close() function
362 .url_close = file_close,
/third_party/openssl/engines/
De_loader_attic.c1666 static int file_close(OSSL_STORE_LOADER_CTX *ctx) in file_close() function
1741 || !OSSL_STORE_LOADER_set_close(loader_attic, file_close) in bind_loader_attic()
/third_party/ejdb/src/bindings/ejdb2_dart/lib/
Ddart_api.h907 Dart_FileCloseCallback file_close; member
/third_party/python/Lib/test/
Dtest_httplib.py73 self.file.close = self.file_close #nerf close ()
76 def file_close(self): member in FakeSocket
/third_party/python/Lib/urllib/
Drequest.py2460 ftpobj = addclosehook(conn.makefile('rb'), self.file_close)
2474 def file_close(self): member in ftpwrapper
/third_party/NuttX/
DReleaseNotes29462 …](https://github.com/apache/incubator-nuttx/pull/2640) fs: Remove _files_close and reuse file_close