Lines Matching defs:path
93 /* In this program, path contains query component as well. */
94 char *path;
105 /* In this program, path contains query component as well. */
106 const char *path;
484 MAKE_NV_CS(":path", req->path),
519 req->path = strcopy(uri->path, uri->pathlen);
526 free(req->path);
700 res->path = "/";
703 res->path = &uri[offset];