Searched refs:start_of_path (Results 1 - 1 of 1) sorted by relevance
| /forgerock/web-agents-v4/source/ |
| H A D | policy.c | 224 #define end_of_port(offsets) start_of_path(offsets) 226 #define start_of_path(offsets) (offsets [2]) macro 261 start_of_path(offsets) = i; // start of path (or query, as in a.b.c?query) 268 start_of_path(offsets) = i; // no path, set to offset of '\0' 288 if (url [start_of_path(offsets) - 1] == '*') 303 am_asprintf(&buffer, "%.*s:%u%s", start_of_path(offsets), url, port, url + start_of_path(offsets)); 392 if (! compare_pattern_sections(r, pattern, start_of_port(pi), start_of_path(pi), resource, start_of_port(ri), start_of_path(ri))) 396 if (! compare_pattern_sections(r, pattern, start_of_host(pi), start_of_path(p [all...] |
Completed in 155 milliseconds