Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Durl.h354 typedef struct URLComponents { struct
365 } URLComponents; typedef
393 int ff_url_decompose(URLComponents *uc, const char *url, const char *end);
Durl.c89 int ff_url_decompose(URLComponents *uc, const char *url, const char *end) in ff_url_decompose()
196 URLComponents ub, uc; in ff_make_absolute_url2()
/third_party/ffmpeg/libavformat/tests/
Durl.c27 URLComponents uc; in test_decompose()