Lines Matching refs:uri_path
160 char *uri_path = NULL;
171 uri_path = strdup(request_uri);
172 if(!uri_path)
174 pos = strchr(uri_path, '?');
179 if(0 == strlen(uri_path) || uri_path[0] != '/') {
180 strstore(&uri_path, "/", 1);
181 if(!uri_path)
195 uri_path_len = strlen(uri_path);
203 if(strncmp(cookie_path, uri_path, cookie_path_len)) {
215 if(uri_path[cookie_path_len] == '/') {
223 free(uri_path);