Home
last modified time | relevance | path

Searched refs:data_open (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Ddata_uri.c33 static av_cold int data_open(URLContext *h, const char *uri, int flags) in data_open() function
114 .url_open = data_open,
/third_party/python/Lib/urllib/
Drequest.py1643 def data_open(self, req): member in DataHandler
/third_party/python/Doc/library/
Durllib.request.rst1095 .. method:: DataHandler.data_open(req)