Searched refs:len_out (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/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
150 EVUTIL_ASSERT(len_out);
152 *len_out = 0;
191 *len_out = read_so_far;
H A Devdns.c3595 size_t len_out; local
3599 len_out = strlen(path)+strlen(hostfile)+1;
3600 path_out = mm_malloc(len_out);
3601 evutil_snprintf(path_out, len_out, "%s%s", path, hostfile);
/freebsd-12-stable/contrib/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
150 EVUTIL_ASSERT(len_out);
152 *len_out = 0;
191 *len_out = read_so_far;
H A Devdns.c3596 size_t len_out; local
3600 len_out = strlen(path)+strlen(hostfile)+1;
3601 path_out = mm_malloc(len_out);
3602 evutil_snprintf(path_out, len_out, "%s%s", path, hostfile);
/freebsd-12-stable/crypto/openssl/crypto/pem/
H A Dpem_lib.c900 unsigned char **data, long *len_out, unsigned int flags)
914 *len_out = 0;
963 *len_out = len;
899 PEM_read_bio_ex(BIO *bp, char **name_out, char **header, unsigned char **data, long *len_out, unsigned int flags) argument

Completed in 208 milliseconds