Searched refs:wordbreak (Results 1 - 8 of 8) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | base64.h | 36 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 D | hex.h | 36 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 D | base32.h | 43 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 D | base64.h | 50 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 D | base64.c | 49 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 D | base32.c | 56 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 D | hex.c | 52 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 D | base64.c | 54 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