Home
last modified time | relevance | path

Searched refs:new_url (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/soap/
H A Dphp_http.c1105 php_url *new_url = php_url_parse(loc); in make_http_soap_request() local
1107 if (new_url != NULL) { in make_http_soap_request()
1111 if (new_url->scheme == NULL && new_url->path != NULL) { in make_http_soap_request()
1114 new_url->port = phpurl->port; in make_http_soap_request()
1115 if (new_url->path && ZSTR_VAL(new_url->path)[0] != '/') { in make_http_soap_request()
1125 new_url->path = s; in make_http_soap_request()
1132 zend_string_release_ex(new_url->path, 0); in make_http_soap_request()
1133 new_url->path = s; in make_http_soap_request()
1137 phpurl = new_url; in make_http_soap_request()
1201 *new_url = *phpurl; in make_http_soap_request()
[all …]
/PHP-8.1/ext/session/
H A Dphp_session.h250 PHPAPI void session_adapt_url(const char *url, size_t url_len, char **new_url, size_t *new_len);
H A Dsession.c1648 PHPAPI void session_adapt_url(const char *url, size_t url_len, char **new_url, size_t *new_len) /* … in session_adapt_url() argument
1651 …*new_url = php_url_scanner_adapt_single_url(url, url_len, PS(session_name), ZSTR_VAL(PS(id)), new_… in session_adapt_url()

Completed in 18 milliseconds