Searched refs:newurl (Results 1 - 21 of 21) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dhttp_proxy.c95 if(data->req.newurl) {
99 free(data->req.newurl);
100 data->req.newurl = NULL;
471 headers. 'newurl' is set to a new URL if we must loop. */
484 if(closeConnection && data->req.newurl) {
491 } while(data->req.newurl);
497 if(closeConnection && data->req.newurl)
H A Dtransfer.c533 if(data->req.newurl) {
1128 !data->req.newurl) {
1681 /* now deal with one "./" or any amount of "../" in the newurl
1767 * Curl_follow() handles the URL redirect magic. Pass in the 'newurl' string
1771 char *newurl, /* this 'newurl' is the Location: string,
1778 (void)newurl;
1817 if(!is_absolute_url(newurl)) {
1822 char *absolute = concat_url(data->change.url, newurl);
1825 free(newurl);
1770 Curl_follow(struct SessionHandle *data, char *newurl, followtype type) argument
2105 char *newurl = NULL; /* possibly a new URL to follow to! */ local
[all...]
H A Dtransfer.h39 CURLcode Curl_follow(struct SessionHandle *data, char *newurl,
H A Dmulti.c1273 char *newurl = NULL; local
1278 drc = Curl_retry_request(easy->easy_conn, &newurl);
1285 retry = (bool)(newurl?TRUE:FALSE);
1295 drc = Curl_follow(data, newurl, follow);
1304 free(newurl);
1310 free(newurl);
1485 char *newurl = NULL; local
1489 easy->result = Curl_retry_request(easy->easy_conn, &newurl);
1491 retry = (bool)(newurl?TRUE:FALSE);
1509 if(data->req.newurl || retr
[all...]
H A Dhttp.c435 * which one (if any) to use. It will set 'newurl' if an auth method was
469 /* In case this is GSS auth, the newurl field is already allocated so
472 Curl_safefree(data->req.newurl);
473 data->req.newurl = strdup(data->change.url); /* clone URL */
474 if(!data->req.newurl)
495 data->req.newurl = strdup(data->change.url); /* clone URL */
496 if(!data->req.newurl)
749 DEBUGASSERT(!data->req.newurl);
750 data->req.newurl = strdup(data->change.url);
751 if(!data->req.newurl)
1854 char *newurl; local
[all...]
H A Durldata.h606 char *newurl; /* Set to the new URL to use when a redirect or a retry is member in struct:SingleRequest
H A Durl.c2629 if(data->req.newurl) {
2630 free(data->req.newurl);
2631 data->req.newurl = NULL;
5174 if(data->req.newurl) {
5175 free(data->req.newurl);
5176 data->req.newurl = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dhttp_proxy.c95 if(data->req.newurl) {
99 free(data->req.newurl);
100 data->req.newurl = NULL;
471 headers. 'newurl' is set to a new URL if we must loop. */
484 if(closeConnection && data->req.newurl) {
491 } while(data->req.newurl);
497 if(closeConnection && data->req.newurl)
H A Dtransfer.c533 if(data->req.newurl) {
1128 !data->req.newurl) {
1681 /* now deal with one "./" or any amount of "../" in the newurl
1767 * Curl_follow() handles the URL redirect magic. Pass in the 'newurl' string
1771 char *newurl, /* this 'newurl' is the Location: string,
1778 (void)newurl;
1817 if(!is_absolute_url(newurl)) {
1822 char *absolute = concat_url(data->change.url, newurl);
1825 free(newurl);
1770 Curl_follow(struct SessionHandle *data, char *newurl, followtype type) argument
2105 char *newurl = NULL; /* possibly a new URL to follow to! */ local
[all...]
H A Dtransfer.h39 CURLcode Curl_follow(struct SessionHandle *data, char *newurl,
H A Dmulti.c1273 char *newurl = NULL; local
1278 drc = Curl_retry_request(easy->easy_conn, &newurl);
1285 retry = (bool)(newurl?TRUE:FALSE);
1295 drc = Curl_follow(data, newurl, follow);
1304 free(newurl);
1310 free(newurl);
1485 char *newurl = NULL; local
1489 easy->result = Curl_retry_request(easy->easy_conn, &newurl);
1491 retry = (bool)(newurl?TRUE:FALSE);
1509 if(data->req.newurl || retr
[all...]
H A Dhttp.c435 * which one (if any) to use. It will set 'newurl' if an auth method was
469 /* In case this is GSS auth, the newurl field is already allocated so
472 Curl_safefree(data->req.newurl);
473 data->req.newurl = strdup(data->change.url); /* clone URL */
474 if(!data->req.newurl)
495 data->req.newurl = strdup(data->change.url); /* clone URL */
496 if(!data->req.newurl)
749 DEBUGASSERT(!data->req.newurl);
750 data->req.newurl = strdup(data->change.url);
751 if(!data->req.newurl)
1854 char *newurl; local
[all...]
H A Durldata.h606 char *newurl; /* Set to the new URL to use when a redirect or a retry is member in struct:SingleRequest
H A Durl.c2629 if(data->req.newurl) {
2630 free(data->req.newurl);
2631 data->req.newurl = NULL;
5174 if(data->req.newurl) {
5175 free(data->req.newurl);
5176 data->req.newurl = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dhttp_proxy.c95 if(data->req.newurl) {
99 free(data->req.newurl);
100 data->req.newurl = NULL;
471 headers. 'newurl' is set to a new URL if we must loop. */
484 if(closeConnection && data->req.newurl) {
491 } while(data->req.newurl);
497 if(closeConnection && data->req.newurl)
H A Dtransfer.c533 if(data->req.newurl) {
1128 !data->req.newurl) {
1681 /* now deal with one "./" or any amount of "../" in the newurl
1767 * Curl_follow() handles the URL redirect magic. Pass in the 'newurl' string
1771 char *newurl, /* this 'newurl' is the Location: string,
1778 (void)newurl;
1817 if(!is_absolute_url(newurl)) {
1822 char *absolute = concat_url(data->change.url, newurl);
1825 free(newurl);
1770 Curl_follow(struct SessionHandle *data, char *newurl, followtype type) argument
2105 char *newurl = NULL; /* possibly a new URL to follow to! */ local
[all...]
H A Dtransfer.h39 CURLcode Curl_follow(struct SessionHandle *data, char *newurl,
H A Dmulti.c1273 char *newurl = NULL; local
1278 drc = Curl_retry_request(easy->easy_conn, &newurl);
1285 retry = (bool)(newurl?TRUE:FALSE);
1295 drc = Curl_follow(data, newurl, follow);
1304 free(newurl);
1310 free(newurl);
1485 char *newurl = NULL; local
1489 easy->result = Curl_retry_request(easy->easy_conn, &newurl);
1491 retry = (bool)(newurl?TRUE:FALSE);
1509 if(data->req.newurl || retr
[all...]
H A Dhttp.c435 * which one (if any) to use. It will set 'newurl' if an auth method was
469 /* In case this is GSS auth, the newurl field is already allocated so
472 Curl_safefree(data->req.newurl);
473 data->req.newurl = strdup(data->change.url); /* clone URL */
474 if(!data->req.newurl)
495 data->req.newurl = strdup(data->change.url); /* clone URL */
496 if(!data->req.newurl)
749 DEBUGASSERT(!data->req.newurl);
750 data->req.newurl = strdup(data->change.url);
751 if(!data->req.newurl)
1854 char *newurl; local
[all...]
H A Durldata.h606 char *newurl; /* Set to the new URL to use when a redirect or a retry is member in struct:SingleRequest
H A Durl.c2629 if(data->req.newurl) {
2630 free(data->req.newurl);
2631 data->req.newurl = NULL;
5174 if(data->req.newurl) {
5175 free(data->req.newurl);
5176 data->req.newurl = NULL;

Completed in 469 milliseconds