HomeSort by: relevance | last modified time | path
    Searched defs:match_found (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libevent/dist/
http.c 3445 int match_found = 0; local
3456 match_found = 1;
3465 return match_found;
  /src/external/bsd/ntp/dist/sntp/libevent/
http.c 3443 int match_found = 0; local
3454 match_found = 1;
3463 return match_found;
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 8661 int match_found = -1;
8796 if (match_found < 0)
8799 match_found = associations.length ();
8804 if (match_found < 0 || matched_assoc.type == NULL_TREE)
8807 match_found = associations.length ();
8828 if (ix != (unsigned) match_found)
8837 if (match_found < 0)
8659 int match_found = -1; local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 10253 int match_found = -1;
10398 if (match_found < 0)
10401 match_found = associations.length ();
10406 if (match_found < 0 || matched_assoc.type == NULL_TREE)
10409 match_found = associations.length ();
10430 if (ix != (unsigned) match_found)
10439 if (match_found < 0)
10251 int match_found = -1; local

Completed in 44 milliseconds