Searched refs:wordbreak (Results 1 - 8 of 8) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dbase64.h36 const char *wordbreak, isc_buffer_t *target);
43 * the 'wordbreak' string. No parentheses will surround
49 *\li 'wordbreak' points to a null-terminated string of
H A Dhex.h36 const char *wordbreak, isc_buffer_t *target);
43 * the 'wordbreak' string. No parentheses will surround
49 *\li 'wordbreak' points to a null-terminated string of
H A Dbase32.h43 const char *wordbreak, isc_buffer_t *target);
46 const char *wordbreak, isc_buffer_t *target);
53 * the 'wordbreak' string. No parentheses will surround
59 *\li 'wordbreak' points to a null-terminated string of
/bind-9.6-ESV-R11/lib/isccc/include/isccc/
H A Dbase64.h50 const char *wordbreak, isccc_region_t *target);
57 * the 'wordbreak' string. No parentheses will surround
63 *\li 'wordbreak' points to a null-terminated string of
/bind-9.6-ESV-R11/lib/isccc/
H A Dbase64.c49 const char *wordbreak, isccc_region_t *target)
59 result = isc_base64_totext(&sr, wordlength, wordbreak, &tb);
48 isccc_base64_encode(isccc_region_t *source, int wordlength, const char *wordbreak, isccc_region_t *target) argument
/bind-9.6-ESV-R11/lib/isc/
H A Dbase32.c56 base32_totext(isc_region_t *source, int wordlength, const char *wordbreak, argument
112 RETERR(str_totext(wordbreak, target));
122 const char *wordbreak, isc_buffer_t *target)
124 return (base32_totext(source, wordlength, wordbreak, target, base32));
129 const char *wordbreak, isc_buffer_t *target)
131 return (base32_totext(source, wordlength, wordbreak, target,
121 isc_base32_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
128 isc_base32hex_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
H A Dhex.c52 const char *wordbreak, isc_buffer_t *target)
72 RETERR(str_totext(wordbreak, target));
51 isc_hex_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
H A Dbase64.c54 const char *wordbreak, isc_buffer_t *target)
78 RETERR(str_totext(wordbreak, target));
53 isc_base64_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument

Completed in 30 milliseconds