Searched refs:name_out (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/pem/
H A Dpem_lib.c899 int PEM_read_bio_ex(BIO *bp, char **name_out, char **header, argument
915 *name_out = *header = NULL;
964 *name_out = name;
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devdns.c960 name_parse(u8 *packet, int length, int *idx, char *name_out, int name_out_len) { argument
968 char *cp = name_out;
969 const char *const end = name_out + name_out_len;
995 if (cp != name_out) {
/freebsd-12-stable/contrib/libevent/
H A Devdns.c960 name_parse(u8 *packet, int length, int *idx, char *name_out, int name_out_len) { argument
968 char *cp = name_out;
969 const char *const end = name_out + name_out_len;
994 if (cp != name_out) {

Completed in 133 milliseconds