Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/
H A Dphp_http.c1123 php_url *new_url = php_url_parse(loc); in make_http_soap_request() local
1125 if (new_url != NULL) { in make_http_soap_request()
1129 if (new_url->scheme == NULL && new_url->path != NULL) { in make_http_soap_request()
1132 new_url->port = phpurl->port; in make_http_soap_request()
1133 if (new_url->path && ZSTR_VAL(new_url->path)[0] != '/') { in make_http_soap_request()
1143 new_url->path = s; in make_http_soap_request()
1150 zend_string_release_ex(new_url->path, 0); in make_http_soap_request()
1151 new_url->path = s; in make_http_soap_request()
1155 phpurl = new_url; in make_http_soap_request()
1219 *new_url = *phpurl; in make_http_soap_request()
[all …]
/PHP-8.3/ext/session/
H A Dphp_session.h249 PHPAPI void session_adapt_url(const char *url, size_t url_len, char **new_url, size_t *new_len);
H A Dsession.c1668 PHPAPI void session_adapt_url(const char *url, size_t url_len, char **new_url, size_t *new_len) /* … in session_adapt_url() argument
1671 …*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 19 milliseconds