Searched refs:end_of_path (Results 1 – 1 of 1) sorted by relevance
/external/libevent/ |
D | http.c | 4711 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))))
|