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

  /system/bt/osi/src/
hash_map_utils.c 32 static bool dump_entry(hash_map_entry_t *entry, UNUSED_ATTR void *context);
92 hash_map_foreach(map, dump_entry, NULL);
99 static bool dump_entry(hash_map_entry_t *entry, UNUSED_ATTR void *context) { function
  /system/core/libcutils/
str_parms.c 373 static bool dump_entry(void *key, void *value, void *context UNUSED) function
381 hashmapForEach(str_parms->map, dump_entry, str_parms);
  /external/iptables/libiptc/
libip4tc.c 124 dump_entry(struct ipt_entry *e, struct xtc_handle *const handle) function
libip6tc.c 132 dump_entry(struct ip6t_entry *e, struct xtc_handle *const handle) function

Completed in 1215 milliseconds