Home
last modified time | relevance | path

Searched refs:urlbuf (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/tests/libtest/
H A Dlib1156.c91 char urlbuf[256]; in onetest() local
96 msnprintf(urlbuf, sizeof(urlbuf), "%s%04u", url, replyselector); in onetest()
97 test_setopt(curl, CURLOPT_URL, urlbuf); in onetest()
/third_party/ffmpeg/libavformat/
H A Dhttp.c208 char buf[1024], urlbuf[MAX_URL_SIZE]; in http_open_cnx_internal() local
256 ff_url_join(urlbuf, sizeof(urlbuf), proto, NULL, hostname, port, "%s", in http_open_cnx_internal()
258 path = urlbuf; in http_open_cnx_internal()

Completed in 4 milliseconds