Searched defs:targsize (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/lib/libc/net/ |
H A D | base64.c | 127 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 D | b64_ntop.c | 115 ldns_b64_ntop(uint8_t const *src, size_t srclength, char *target, size_t targsize) { in ldns_b64_ntop()
|
H A D | b64_pton.c | 121 ldns_b64_pton(char const *origsrc, uint8_t *target, size_t targsize) in ldns_b64_pton()
|
/dflybsd-src/sys/libprop/ |
H A D | prop_data.c | 386 uint8_t *target, size_t targsize, size_t *sizep, in _prop_data_internalize_decode()
|
H A D | prop_object.c | 505 char *target, size_t targsize, size_t *sizep, in _prop_object_internalize_decode_string()
|
/dflybsd-src/contrib/ldns/ |
H A D | util.c | 490 int ldns_b64_pton(const char* src, uint8_t *target, size_t targsize) in ldns_b64_pton()
|