Home
last modified time | relevance | path

Searched refs:file_open (Results 1 - 15 of 15) sorted by relevance

/third_party/python/Lib/idlelib/
H A Dbrowser.py22 file_open = None # Method...Item and Class...Item use this. variable
84 file_open: Function used for opening a file.
105 global file_open
109 file_open = flist.open
177 file_open(self.file)
233 "Open module with file_open and position to lineno."
235 edit = file_open(self.obj.file)
/third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/
H A Dfile_store.c44 static OSSL_FUNC_store_open_fn file_open; variable
148 * Function to service both file_open() and file_attach()
195 static void *file_open(void *provctx, const char *uri) in file_open() function
755 * the allocated file BIO (for file_open()). in file_close_stream()
781 { OSSL_FUNC_STORE_OPEN, (void (*)(void))file_open },
/third_party/openssl/providers/implementations/storemgmt/
H A Dfile_store.c44 static OSSL_FUNC_store_open_fn file_open; variable
148 * Function to service both file_open() and file_attach()
195 static void *file_open(void *provctx, const char *uri) in file_open() function
755 * the allocated file BIO (for file_open()). in file_close_stream()
781 { OSSL_FUNC_STORE_OPEN, (void (*)(void))file_open },
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_pathbrowser.py40 self.assertIsNotNone(browser.file_open)
H A Dtest_browser.py40 self.assertIsNotNone(browser.file_open)
163 @mock.patch('idlelib.browser.file_open')
220 @mock.patch('idlelib.browser.file_open')
/third_party/ffmpeg/libavdevice/
H A DMakefile13 OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o
/third_party/ffmpeg/libavformat/
H A Dfile.c206 static int file_open(URLContext *h, const char *filename, int flags) in file_open() function
357 .url_open = file_open,
H A DMakefile33 OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o
/third_party/ffmpeg/libavutil/
H A DMakefile132 file_open.o \
/third_party/node/deps/openssl/openssl/engines/
H A De_loader_attic.c1071 static OSSL_STORE_LOADER_CTX *file_open in file_open() function
1733 || !OSSL_STORE_LOADER_set_open(loader_attic, file_open) in bind_loader_attic()
/third_party/openssl/engines/
H A De_loader_attic.c1071 static OSSL_STORE_LOADER_CTX *file_open in file_open() function
1733 || !OSSL_STORE_LOADER_set_open(loader_attic, file_open) in bind_loader_attic()
/third_party/python/Lib/test/
H A Dtest_urllib2.py811 r = h.file_open(Request(url))
845 h.file_open, Request(url))
867 h.file_open(req)
/third_party/ffmpeg/libavfilter/
H A DMakefile27 OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o
/third_party/python/Lib/urllib/
H A Drequest.py1476 def file_open(self, req): member in FileHandler
/third_party/ffmpeg/libavcodec/
H A DMakefile1219 OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o

Completed in 19 milliseconds