HomeSort by relevance Sort by last modified time
    Searched defs:match_list (Results 1 - 3 of 3) sorted by null

  /external/openssh/
match.c 257 match_list(const char *client, const char *server, u_int *next) function
  /external/iptables/iptables/
nft-bridge.h 110 struct ebt_match *match_list; member in struct:ebtables_command_state
  /art/runtime/jdwp/
jdwp_event.cc 448 void JdwpState::CleanupMatchList(const std::vector<JdwpEvent*>& match_list) {
449 for (JdwpEvent* pEvent : match_list) {
568 * Found events are appended to "match_list" so this may be called multiple times for grouped
575 std::vector<JdwpEvent*>* match_list) {
578 match_list->push_back(pEvent);
588 * Found events are appended to "match_list" so this may be called multiple
595 std::vector<JdwpEvent*>* match_list) {
597 match_list->reserve(event_list_size_);
598 FindMatchingEventsLocked(event_kind, basket, match_list);
599 return !match_list->empty()
908 std::vector<JdwpEvent*> match_list; local
987 std::vector<JdwpEvent*> match_list; local
1080 std::vector<JdwpEvent*> match_list; local
1171 std::vector<JdwpEvent*> match_list; local
1244 std::vector<JdwpEvent*> match_list; local
    [all...]

Completed in 426 milliseconds