Home
last modified time | relevance | path

Searched defs:file_close (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/providers/implementations/storemgmt/
Dfile_store.c50 static OSSL_FUNC_store_close_fn file_close; variable
764 static int file_close(void *loaderctx) in file_close() function
/third_party/ffmpeg/libavformat/
Dfile.c264 static int file_close(URLContext *h) in file_close() function
/third_party/openssl/engines/
De_loader_attic.c1666 static int file_close(OSSL_STORE_LOADER_CTX *ctx) in file_close() function
/third_party/python/Lib/test/
Dtest_httplib.py78 def file_close(self): member in FakeSocket
/third_party/python/Lib/urllib/
Drequest.py2485 def file_close(self): member in ftpwrapper