Searched refs:isc_base64_tobuffer (Results 1 - 15 of 15) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dbase64.h66 *\li isc_base64_tobuffer().
70 isc_base64_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length);
/bind-9.11.3/lib/dns/rdata/generic/
H A Dcert_37.c59 return (isc_base64_tobuffer(lexer, target, -1));
H A Dopenpgpkey_61.c28 return (isc_base64_tobuffer(lexer, target, -1));
H A Dsink_40.c49 return(isc_base64_tobuffer(lexer, target, -1));
H A Dtkey_249.c101 RETERR(isc_base64_tobuffer(lexer, target, (int)token.value.as_ulong));
115 return (isc_base64_tobuffer(lexer, target, (int)token.value.as_ulong));
H A Ddoa_259.c65 return (isc_base64_tobuffer(lexer, target, -1));
H A Dipseckey_45.c109 return (isc_base64_tobuffer(lexer, target, -1));
H A Dkey_25.c60 result = isc_base64_tobuffer(lexer, target, -1);
H A Dkeydata_65533.c76 result = isc_base64_tobuffer(lexer, target, -1);
H A Dsig_24.c116 return (isc_base64_tobuffer(lexer, target, -1));
H A Drrsig_46.c142 return (isc_base64_tobuffer(lexer, target, -1));
/bind-9.11.3/lib/dns/rdata/in_1/
H A Ddhcid_49.c30 return (isc_base64_tobuffer(lexer, target, -1));
/bind-9.11.3/lib/isc/
H A Dbase64.c171 isc_base64_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) { function
/bind-9.11.3/lib/dns/rdata/any_255/
H A Dtsig_250.c81 RETERR(isc_base64_tobuffer(lexer, target, (int)token.value.as_ulong));
121 return (isc_base64_tobuffer(lexer, target, (int)token.value.as_ulong));
/bind-9.11.3/lib/dns/
H A Ddst_parse.c627 ret = isc_base64_tobuffer(lex, &b, -1);

Completed in 46 milliseconds