Home | History | Annotate | Download | only in libevent

Lines Matching full:end_of_path

4142 end_of_path(char *cp, enum uri_part part, unsigned flags)
4260 readp = end_of_path(path, PART_PATH, flags);
4267 readp = end_of_path(readp, PART_QUERY, flags);
4274 readp = end_of_path(readp, PART_FRAGMENT, flags);
4503 ((const char*)(end_of_path(((char*)(cp)), (p), (f))))