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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dhttp.c48 static int http_connect(URLContext *h, const char *path, const char *hoststr,
57 char hostname[1024], hoststr[1024]; local
75 snprintf(hoststr, sizeof(hoststr), "%s:%d", hostname, port);
77 av_strlcpy(hoststr, hostname, sizeof(hoststr));
99 if (http_connect(h, path, hoststr, auth, &location_changed) < 0)
208 static int http_connect(URLContext *h, const char *path, const char *hoststr, argument
236 hoststr,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dcurl_addrinfo.c405 char *hoststr; local
414 hoststr = strdup(hostname);
415 if(!hoststr) {
434 free(hoststr);
440 h->h_name = hoststr;
456 free(hoststr);

Completed in 93 milliseconds