Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/
H A 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/openssl/providers/implementations/storemgmt/
H A 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/
H A Dfile.c264 static int file_close(URLContext *h) in file_close() function
361 .url_close = file_close,
/third_party/node/deps/openssl/openssl/engines/
H A 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/openssl/engines/
H A 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/python/Lib/test/
H A Dtest_httplib.py75 self.file.close = self.file_close #nerf close ()
78 def file_close(self): member in FakeSocket
/third_party/python/Lib/urllib/
H A Drequest.py2465 ftpobj = addclosehook(conn.makefile('rb'), self.file_close)
2485 def file_close(self): member in ftpwrapper

Completed in 28 milliseconds