Home
last modified time | relevance | path

Searched refs:ares_hosts_file_t (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/cares/src/lib/
H A Dares__hosts_file.c273 void ares__hosts_file_destroy(ares_hosts_file_t *hf) in ares__hosts_file_destroy()
285 static ares_hosts_file_t *ares__hosts_file_create(const char *filename) in ares__hosts_file_create()
287 ares_hosts_file_t *hf = ares_malloc_zero(sizeof(*hf)); in ares__hosts_file_create()
323 const ares_hosts_file_t *hf, ares_hosts_entry_t *existing, in ares__hosts_file_merge_entry()
360 ares__hosts_file_match(const ares_hosts_file_t *hf, ares_hosts_entry_t *entry, in ares__hosts_file_match()
388 static ares_status_t ares__hosts_file_add(ares_hosts_file_t *hosts, in ares__hosts_file_add()
593 ares_hosts_file_t **out) in ares__parse_hosts()
597 ares_hosts_file_t *hf = NULL; in ares__parse_hosts()
685 const ares_hosts_file_t *hf) in ares__hosts_expired()
H A Dares_private.h233 typedef struct ares_hosts_file ares_hosts_file_t; typedef
314 ares_hosts_file_t *hf;
482 void ares__hosts_file_destroy(ares_hosts_file_t *hf);

Completed in 3 milliseconds