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

/external/libevent/
H A Devutil.c117 string. Set *content_out to hold this string, and *len_out to hold its
126 evutil_read_file(const char *filename, char **content_out, size_t *len_out, argument
135 EVUTIL_ASSERT(content_out);
137 *content_out = NULL;
178 *content_out = mem;

Completed in 98 milliseconds