hex_decode_ctx_t Struct Reference

State of a hex decoding process in progress. More...


Data Fields

int length
 Desired length of binary data or -1.
isc_buffer_ttarget
 Buffer for resulting binary data.
int digits
 Number of buffered hex digits.
int val [2]


Detailed Description

State of a hex decoding process in progress.

Definition at line 81 of file hex.c.


Field Documentation

int hex_decode_ctx_t::length

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().

isc_buffer_t* hex_decode_ctx_t::target

Buffer for resulting binary data.

Definition at line 83 of file hex.c.

Referenced by hex_decode_char(), and hex_decode_init().

int hex_decode_ctx_t::digits

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]

Definition at line 85 of file hex.c.

Referenced by hex_decode_char().


The documentation for this struct was generated from the following file:
Generated on Tue Apr 28 17:41:20 2015 by Doxygen 1.5.4 for BIND9 Internals 9.11.0pre-alpha