Searched defs:end_of_protocol (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dpolicy.c219 #define end_of_protocol(offsets) (offsets [0]) macro
220 #define start_of_host(offsets) (end_of_protocol(offsets) + 3)
250 end_of_protocol(offsets) = i;
286 if (end_of_protocol(offsets) && !port_marker(offsets)) {
292 protocol = strndup(url, end_of_protocol(offsets));
383 if (! compare_pattern_sections(r, pattern, 0, end_of_protocol(pi), resource, 0, end_of_protocol(ri)))

Completed in 27 milliseconds