Data Fields | |
| int | length |
| Desired length of binary data or -1. | |
| isc_buffer_t * | target |
| Buffer for resulting binary data. | |
| int | digits |
| Number of buffered hex digits. | |
| int | val [2] |
Definition at line 81 of file hex.c.
Desired length of binary data or -1.
Definition at line 82 of file hex.c.
Referenced by hex_decode_char(), hex_decode_finish(), hex_decode_init(), and isc_hex_tobuffer().
Buffer for resulting binary data.
Definition at line 83 of file hex.c.
Referenced by hex_decode_char(), and hex_decode_init().
Number of buffered hex digits.
Definition at line 84 of file hex.c.
Referenced by hex_decode_char(), hex_decode_finish(), and hex_decode_init().
| int hex_decode_ctx_t::val[2] |