HomeSort by relevance Sort by last modified time
    Searched defs:newurl (Results 1 - 4 of 4) sorted by null

  /external/curl/lib/
http.c 482 * which one (if any) to use. It will set 'newurl' if an auth method was
516 /* In case this is GSS auth, the newurl field is already allocated so
519 Curl_safefree(data->req.newurl);
520 data->req.newurl = strdup(data->change.url); /* clone URL */
521 if(!data->req.newurl)
541 data->req.newurl = strdup(data->change.url); /* clone URL */
542 if(!data->req.newurl)
797 DEBUGASSERT(!data->req.newurl);
798 data->req.newurl = strdup(data->change.url);
799 if(!data->req.newurl)
2037 char *newurl; local
    [all...]
multi.c 550 free(data->req.newurl);
551 data->req.newurl = NULL;
1691 char *newurl = NULL; local
1846 char *newurl = NULL; local
    [all...]
urldata.h 726 char *newurl; /* Set to the new URL to use when a redirect or a retry is member in struct:SingleRequest
    [all...]
  /external/guice/lib/build/
felix-2.0.5.jar 

Completed in 301 milliseconds