Home
last modified time | relevance | path

Searched refs:avahi_strfreev (Results 1 – 4 of 4) sorted by relevance

/external/avahi/avahi-daemon/
Dmain.c162 avahi_strfreev(resolv_conf_name_servers); in load_resolv_conf()
165 avahi_strfreev(resolv_conf_search_domains); in load_resolv_conf()
226 avahi_strfreev(resolv_conf_name_servers); in load_resolv_conf()
229 avahi_strfreev(resolv_conf_search_domains); in load_resolv_conf()
641 avahi_strfreev(e); in load_config_file()
648 avahi_strfreev(e); in load_config_file()
696 avahi_strfreev(e); in load_config_file()
707 avahi_strfreev(e); in load_config_file()
794 avahi_strfreev(c->publish_dns_servers); in load_config_file()
1717 avahi_strfreev(config.publish_dns_servers);
[all …]
Dini-file-parser.h53 void avahi_strfreev(char **);
Dini-file-parser-test.c54 avahi_strfreev(split); in main()
Dini-file-parser.c186 void avahi_strfreev(char **p) { in avahi_strfreev() function