Searched refs:new_location (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/usr/
H A Dgen_init_cpio.c376 static char *cpio_replace_env(char *new_location) argument
383 for (start = NULL; (start = strstr(new_location, "${")); ) {
388 strncat(expanded, new_location, start - new_location);
391 strncpy(new_location, expanded, PATH_MAX);
396 return new_location;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DHTTPDownload.cpp411 wxString new_location = url_handler->GetHeader(wxT("Location")); local
414 if (!new_location.IsEmpty()) {
422 url_read_stream = GetInputStream(url_handler, new_location, proxy);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dremote.js161 moveTorrents: function(torrent_ids, new_location, callback, context) {
164 {"move": true, "location": new_location}, callback, context);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dhttp.c77 const char *proxyauth, int *new_location);
239 int *new_location)
281 *new_location = 1;
323 const char *proxyauth, int *new_location)
406 err = process_line(h, line, s->line_count, new_location);
238 process_line(URLContext *h, char *line, int line_count, int *new_location) argument
321 http_connect(URLContext *h, const char *path, const char *local_path, const char *hoststr, const char *auth, const char *proxyauth, int *new_location) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttp.c134 const char *proxyauth, int *new_location);
431 int *new_location)
469 *new_location = 1;
635 static int http_read_header(URLContext *h, int *new_location) argument
649 err = process_line(h, line, s->line_count, new_location);
665 const char *proxyauth, int *new_location)
807 err = http_read_header(h, new_location);
878 int err, new_location; local
884 err = http_read_header(h, &new_location);
430 process_line(URLContext *h, char *line, int line_count, int *new_location) argument
663 http_connect(URLContext *h, const char *path, const char *local_path, const char *hoststr, const char *auth, const char *proxyauth, int *new_location) argument

Completed in 364 milliseconds