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

/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/plugins/
H A Dspeedtracer.py33 newurl = response.info()['location']
35 webbrowser.open(newurl)
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dtransfer.h39 CURLcode Curl_follow(struct SessionHandle *data, char *newurl,
H A Dhttp_proxy.c128 if(data->req.newurl) {
132 free(data->req.newurl);
133 data->req.newurl = NULL;
511 headers. 'newurl' is set to a new URL if we must loop. */
524 if(closeConnection && data->req.newurl) {
535 if(data->req.newurl &&
542 } while(data->req.newurl);
548 if(closeConnection && data->req.newurl)
551 if(data->req.newurl) {
553 free(data->req.newurl);
[all...]
H A Dmulti.c1292 char *newurl = NULL; local
1297 drc = Curl_retry_request(data->easy_conn, &newurl);
1304 retry = (newurl)?TRUE:FALSE;
1314 drc = Curl_follow(data, newurl, follow);
1323 free(newurl);
1329 free(newurl);
1451 char *newurl = NULL; local
1506 CURLcode ret = Curl_retry_request(data->easy_conn, &newurl);
1508 retry = (newurl)?TRUE:FALSE;
1551 if(data->req.newurl || retr
[all...]
H A Dtransfer.c533 if(data->req.newurl) {
1137 !data->req.newurl) {
1502 /* now deal with one "./" or any amount of "../" in the newurl
1599 * Curl_follow() handles the URL redirect magic. Pass in the 'newurl' string
1603 char *newurl, /* this 'newurl' is the Location: string,
1610 (void)newurl;
1648 if(!is_absolute_url(newurl)) {
1653 char *absolute = concat_url(data->change.url, newurl);
1656 free(newurl);
1602 Curl_follow(struct SessionHandle *data, char *newurl, followtype type) argument
[all...]
H A Dhttp.c470 * which one (if any) to use. It will set 'newurl' if an auth method was
504 /* In case this is GSS auth, the newurl field is already allocated so
507 Curl_safefree(data->req.newurl);
508 data->req.newurl = strdup(data->change.url); /* clone URL */
509 if(!data->req.newurl)
530 data->req.newurl = strdup(data->change.url); /* clone URL */
531 if(!data->req.newurl)
787 DEBUGASSERT(!data->req.newurl);
788 data->req.newurl = strdup(data->change.url);
789 if(!data->req.newurl)
2015 char *newurl; local
[all...]
H A Durl.c2646 if(data->req.newurl) {
2647 free(data->req.newurl);
2648 data->req.newurl = NULL;
4155 Curl_safefree(data->req.newurl);
5770 if(data->req.newurl) {
5771 free(data->req.newurl);
5772 data->req.newurl = NULL;
H A Durldata.h694 char *newurl; /* Set to the new URL to use when a redirect or a retry is member in struct:SingleRequest
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Drwmmap.c981 char *newurl; local
984 newurl = ldap_url_desc2str( ludp );
987 if ( newurl == NULL ) {
994 ber_str2bv( newurl, 0, 1, &a_vals[i] );
995 ber_memfree( newurl );
999 newurl = ldap_url_desc2str( ludp );
1002 if ( newurl == NULL ) {
1014 ber_str2bv( newurl, 0, 1, &(*pa_nvals)[i] );
1015 ber_memfree( newurl );
1213 char *newurl; local
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dmap.c757 char *newurl; local
760 newurl = ldap_url_desc2str( ludp );
762 if ( newurl == NULL ) {
770 ber_str2bv_x( newurl, 0, 1, &a_vals[ i ], memctx );
771 ber_memfree( newurl );
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl.c1268 caddr_t newurl; local
1381 kstatus = _asl_server_create_aux_link(_asl_global.server_port, (caddr_t)str, len, &fileport, &newurl, &newurllen, &status);
1386 kstatus = _asl_server_create_aux_link(_asl_global.server_port, (caddr_t)str, len, &fileport, &newurl, &newurllen, &status);
1401 if (newurl != NULL)
1403 asl_msg_set_key_val(aux, ASL_KEY_AUX_URL, newurl);
1404 vm_deallocate(mach_task_self(), (vm_address_t)newurl, newurllen);
/macosx-10.10/syslog-267/syslogd.tproj/
H A Ddbserver.c1488 caddr_t *newurl,
1506 *newurl = 0;
1587 *newurl = vmbuffer;
1482 __asl_server_create_aux_link( mach_port_t server, caddr_t message, mach_msg_type_number_t messageCnt, mach_port_t *fileport, caddr_t *newurl, mach_msg_type_number_t *newurlCnt, int *status, audit_token_t token ) argument
/macosx-10.10/webdavfs-367/WebDAVPlugin/
H A DWebDAV_Mount.c1202 CFURLRef newurl = NULL; local
1216 if(WebDAV_CreateURL(mutableDict, &newurl) != 0) {
1222 return newurl;

Completed in 300 milliseconds