mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-22 10:10:14 -04:00
Functions hex_decode_init(), hex_decode_char() and hex_decode_finish() are now exposed, as well as the context hex_decode_ctx_t. They now are respectively called isc_hex_decodeinit(), isc_hex_decodechar(), isc_hex_decodefinish() and isc_hex_decodectx_t. This enable to re-implement the functionality of isc_hex_decodestring() in contextes where the input is not a NULL-terminated string, but, for example, individual characters extracted (and avoid creating an intermediate buffer to store them). This also enable to decode a stream of hex characters where only hex characters are expected (i.e. no white spaces). |
||
|---|---|---|
| .. | ||
| dns | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| meson.build | ||