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

  /external/libedit/src/
filecomplete.c 284 char **match_list = NULL, *retstr, *prevstr; local
296 nmatch_list = el_realloc(match_list,
299 el_free(match_list);
302 match_list = nmatch_list;
305 match_list[++matches] = retstr;
308 if (!match_list)
311 /* find least denominator and insert it to match_list[0] */
313 prevstr = match_list[1];
317 prevstr[i] == match_list[which][i]; i++)
324 el_free(match_list);
    [all...]
  /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 1349 milliseconds