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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib1900.c114 char urlbuf[256]; local
116 sprintf(urlbuf, "%s%s", base_url, urlstring[handlenum]);
117 curl_easy_setopt(handles[handlenum], CURLOPT_URL, urlbuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dhttp.c95 char buf[1024], urlbuf[1024]; local
130 ff_url_join(urlbuf, sizeof(urlbuf), proto, NULL, hostname, port, "%s",
132 path = urlbuf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttp.c152 char buf[1024], urlbuf[MAX_URL_SIZE]; local
186 ff_url_join(urlbuf, sizeof(urlbuf), proto, NULL, hostname, port, "%s",
188 path = urlbuf;

Completed in 77 milliseconds