Home
last modified time | relevance | path

Searched refs:end_of_path (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp.c4711 end_of_path(char *cp, enum uri_part part, unsigned flags) in end_of_path() function
4829 readp = end_of_path(path, PART_PATH, flags); in evhttp_uri_parse_with_flags()
4836 readp = end_of_path(readp, PART_QUERY, flags); in evhttp_uri_parse_with_flags()
4843 readp = end_of_path(readp, PART_FRAGMENT, flags); in evhttp_uri_parse_with_flags()
5102 ((const char*)(end_of_path(((char*)(cp)), (p), (f))))
/freebsd/contrib/libevent/
H A Dhttp.c4711 end_of_path(char *cp, enum uri_part part, unsigned flags) in end_of_path() function
4829 readp = end_of_path(path, PART_PATH, flags); in evhttp_uri_parse_with_flags()
4836 readp = end_of_path(readp, PART_QUERY, flags); in evhttp_uri_parse_with_flags()
4843 readp = end_of_path(readp, PART_FRAGMENT, flags); in evhttp_uri_parse_with_flags()
5102 ((const char*)(end_of_path(((char*)(cp)), (p), (f))))