Lines Matching refs:path
234 lwsl_info("%s: doing h2 hello path\n", __func__);
595 const char *prot, *ads = NULL, *path, *cce = NULL;
758 /* Relative reference absolute path */
766 path = p;
768 if (*path == '/')
769 path++;
773 if (lws_parse_uri(p, &prot, &ads, &port, &path)) {
781 /* Relative reference relative path */
783 /* This doesn't try to calculate an absolute path,
792 path = new_path + 1;
805 path = p;
821 if (!lws_client_reset(&wsi, ssl, ads, port, path, ads, 1)) {
1133 _WSI_TOKEN_CLIENT_SENT_PROTOCOLS), *path;
1186 path = lws_hdr_simple_ptr(wsi, _WSI_TOKEN_CLIENT_URI);
1187 if (!path) {
1190 path = wsi->stash->cis[CIS_PATH];
1192 path = "/";
1196 "%s %s HTTP/1.1\x0d\x0a", meth, path);
1587 * path: uri path to connect to on the new server
1592 const char *path, const char *host, char weak)
1623 o = path[0] == '/' && path[1] == '/';
1628 cisin[CIS_PATH] = path + o;
1660 lwsl_notice("%s: REDIRECT %s:%d, path='%s', ssl = %d, alpn='%s'\n",
1661 __func__, address, port, path, ssl, cisin[CIS_ALPN]);
1676 * path any more, since they may have been pointing into the old ah.