Searched refs:b64_ntop (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/include/
H A Dresolv.h46 #define b64_ntop __b64_ntop macro
48 extern int b64_ntop(u_char const*, size_t, char*, size_t);
/bionic/libc/netbsd/net/
H A Dbase64.c137 b64_ntop(src, srclength, target, targsize) function
/bionic/libc/private/
H A Dresolv_private.h421 int b64_ntop(u_char const *, size_t, char *, size_t);
/bionic/libc/netbsd/nameser/
H A Dns_print.c485 len = b64_ntop(rdata, (size_t)(edata - rdata),
548 len = b64_ntop(rdata, (size_t)(edata - rdata),
603 len = b64_ntop(rdata, (size_t)(edata-rdata),

Completed in 111 milliseconds