Home
last modified time | relevance | path

Searched refs:match_found (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c3445 int match_found = 0; in evhttp_find_vhost() local
3456 match_found = 1; in evhttp_find_vhost()
3465 return match_found; in evhttp_find_vhost()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c8668 int match_found = -1; in c_parser_generic_selection() local
8803 if (match_found < 0) in c_parser_generic_selection()
8806 match_found = associations.length (); in c_parser_generic_selection()
8811 if (match_found < 0 || matched_assoc.type == NULL_TREE) in c_parser_generic_selection()
8814 match_found = associations.length (); in c_parser_generic_selection()
8835 if (ix != (unsigned) match_found) in c_parser_generic_selection()
8844 if (match_found < 0) in c_parser_generic_selection()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc8661 int match_found = -1; in c_parser_generic_selection() local
8796 if (match_found < 0) in c_parser_generic_selection()
8799 match_found = associations.length (); in c_parser_generic_selection()
8804 if (match_found < 0 || matched_assoc.type == NULL_TREE) in c_parser_generic_selection()
8807 match_found = associations.length (); in c_parser_generic_selection()
8828 if (ix != (unsigned) match_found) in c_parser_generic_selection()
8837 if (match_found < 0) in c_parser_generic_selection()
H A DChangeLog1268 * c-parser.c (c_parser_generic_selection): Change match_found from bool