Searched refs:evutil_read_file (Results 1 – 4 of 4) sorted by relevance
/external/libevent/ |
D | util-internal.h | 169 int evutil_read_file(const char *filename, char **content_out, size_t *len_out,
|
D | evutil.c | 126 evutil_read_file(const char *filename, char **content_out, size_t *len_out, in evutil_read_file() function
|
D | evdns.c | 3569 if ((err = evutil_read_file(filename, &resolv, &n, 0)) < 0) { in evdns_base_resolv_conf_parse_impl() 4099 (err = evutil_read_file(hosts_fname, &str, &len, 0)) < 0) { in evdns_base_load_hosts_impl()
|
D | ChangeLog | 721 o Close the file in evutil_read_file whether there's an error or not. (0798dd1 Pierre Phaneuf)
|