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

/bind-9.11.3/lib/isc/include/isc/
H A Dbase64.h27 const char *wordbreak, isc_buffer_t *target);
34 * the 'wordbreak' string. No parentheses will surround
40 *\li 'wordbreak' points to a null-terminated string of
H A Dhex.h27 const char *wordbreak, isc_buffer_t *target);
34 * the 'wordbreak' string. No parentheses will surround
40 *\li 'wordbreak' points to a null-terminated string of
H A Dbase32.h35 const char *wordbreak, isc_buffer_t *target);
38 const char *wordbreak, isc_buffer_t *target);
41 const char *wordbreak, isc_buffer_t *target);
48 * the 'wordbreak' string. No parentheses will surround
54 *\li 'wordbreak' points to a null-terminated string of
/bind-9.11.3/lib/isccc/include/isccc/
H A Dbase64.h41 const char *wordbreak, isccc_region_t *target);
48 * the 'wordbreak' string. No parentheses will surround
54 *\li 'wordbreak' points to a null-terminated string of
/bind-9.11.3/lib/isccc/
H A Dbase64.c40 const char *wordbreak, isccc_region_t *target)
51 result = isc_base64_totext(&sr, wordlength, wordbreak, &tb);
39 isccc_base64_encode(isccc_region_t *source, int wordlength, const char *wordbreak, isccc_region_t *target) argument
/bind-9.11.3/lib/isc/
H A Dbase32.c48 base32_totext(isc_region_t *source, int wordlength, const char *wordbreak, argument
104 RETERR(str_totext(wordbreak, target));
114 const char *wordbreak, isc_buffer_t *target)
116 return (base32_totext(source, wordlength, wordbreak, target,
122 const char *wordbreak, isc_buffer_t *target)
124 return (base32_totext(source, wordlength, wordbreak, target,
130 const char *wordbreak, isc_buffer_t *target)
132 return (base32_totext(source, wordlength, wordbreak, target,
113 isc_base32_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
121 isc_base32hex_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
129 isc_base32hexnp_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
H A Dhex.c43 const char *wordbreak, isc_buffer_t *target)
63 RETERR(str_totext(wordbreak, target));
42 isc_hex_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
H A Dbase64.c45 const char *wordbreak, isc_buffer_t *target)
69 RETERR(str_totext(wordbreak, target));
44 isc_base64_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument

Completed in 25 milliseconds