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

/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dutil-internal.h261 int evutil_read_file_(const char *filename, char **content_out, size_t *len_out,
H A Devutil.c131 string. Set *content_out to hold this string, and *len_out to hold its
140 evutil_read_file_(const char *filename, char **content_out, size_t *len_out, argument
149 EVUTIL_ASSERT(content_out);
151 *content_out = NULL;
192 *content_out = mem;

Completed in 111 milliseconds