Lines Matching refs:path
46 const char *path;
110 check_eq(p.req->path, t->path, "path");
122 "GET /path HTTP/1.1\r\nHost: test.curl.se\r\n\r\n",
126 T1_INPUT, NULL, "GET", NULL, NULL, "/path", 1, 0
129 T1_INPUT, "https", "GET", "https", NULL, "/path", 1, 0
133 "GET /path HTT",
140 T2_INPUT, NULL, "GET", NULL, NULL, "/path", 1, 8
173 "PUT /path HTTP/1.1\nHost: test.curl.se\n\n123",
177 T6_INPUT, NULL, "PUT", NULL, NULL, "/path", 1, 3