Searched defs:src_sz (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/ldns/ |
H A D | util.c | 498 ldns_b32_ntop_base(const uint8_t* src, size_t src_sz, in ldns_b32_ntop_base() 598 ldns_b32_ntop(const uint8_t* src, size_t src_sz, char* dst, size_t dst_sz) in ldns_b32_ntop() 604 ldns_b32_ntop_extended_hex(const uint8_t* src, size_t src_sz, in ldns_b32_ntop_extended_hex() 613 b32_ntop(const uint8_t* src, size_t src_sz, char* dst, size_t dst_sz) in b32_ntop() 619 b32_ntop_extended_hex(const uint8_t* src, size_t src_sz, in b32_ntop_extended_hex() 628 ldns_b32_pton_base(const char* src, size_t src_sz, in ldns_b32_pton_base() 764 ldns_b32_pton(const char* src, size_t src_sz, uint8_t* dst, size_t dst_sz) in ldns_b32_pton() 770 ldns_b32_pton_extended_hex(const char* src, size_t src_sz, in ldns_b32_pton_extended_hex() 779 b32_pton(const char* src, size_t src_sz, uint8_t* dst, size_t dst_sz) in b32_pton() 785 b32_pton_extended_hex(const char* src, size_t src_sz, in b32_pton_extended_hex()
|