Home
last modified time | relevance | path

Searched defs:targsize (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/lib/libc/net/
H A Dbase64.c127 size_t targsize) in b64_ntop()
188 b64_pton(const char *src, unsigned char *target, size_t targsize) in b64_pton()
/dflybsd-src/contrib/ldns/compat/
H A Db64_ntop.c115 ldns_b64_ntop(uint8_t const *src, size_t srclength, char *target, size_t targsize) { in ldns_b64_ntop()
H A Db64_pton.c121 ldns_b64_pton(char const *origsrc, uint8_t *target, size_t targsize) in ldns_b64_pton()
/dflybsd-src/sys/libprop/
H A Dprop_data.c386 uint8_t *target, size_t targsize, size_t *sizep, in _prop_data_internalize_decode()
H A Dprop_object.c505 char *target, size_t targsize, size_t *sizep, in _prop_object_internalize_decode_string()
/dflybsd-src/contrib/ldns/
H A Dutil.c490 int ldns_b64_pton(const char* src, uint8_t *target, size_t targsize) in ldns_b64_pton()