Searched refs:end_of_path (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | checker-path.cc | 956 checker_event *end_of_path in add_final_event() local 961 add_event (end_of_path); in add_final_event()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | checker-path.cc | 1046 checker_event *end_of_path in add_final_event() local 1051 add_event (end_of_path); in add_final_event()
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | http.c | 4715 end_of_path(const char *cp, enum uri_part part, unsigned flags) in end_of_path() function 4833 readp = end_of_path(path, PART_PATH, flags); in evhttp_uri_parse_with_flags() 4840 readp = end_of_path(readp, PART_QUERY, flags); in evhttp_uri_parse_with_flags() 4847 readp = end_of_path(readp, PART_FRAGMENT, flags); in evhttp_uri_parse_with_flags() 5106 ((const char*)(end_of_path(((const char*)(cp)), (p), (f))))
|