Lines Matching refs:path
1759 lwsl_info("%s: %s: headers: client path (h2 state %s)\n",
1795 * duplicate :path into the individual method uri header
2520 const char *path = "/";
2575 path = uri;
2578 path = wsi->stash->cis[CIS_PATH];
2579 n = (int)strlen(path);
2583 if (n > 1 && path[0] == '/' && path[1] == '/') {
2584 path++;
2590 (unsigned char *)path, n, &p, end))
2815 // lwsl_notice("%s: h2 path: wsistate 0x%x len %d\n", __func__,