Home
last modified time | relevance | path

Searched refs:hex_decode_ctx_t (Results 1 – 1 of 1) sorted by relevance

/minix/external/bsd/bind/dist/lib/isc/
H A Dhex.c88 } hex_decode_ctx_t; typedef
91 hex_decode_init(hex_decode_ctx_t *ctx, int length, isc_buffer_t *target) in hex_decode_init()
99 hex_decode_char(hex_decode_ctx_t *ctx, int c) { in hex_decode_char()
122 hex_decode_finish(hex_decode_ctx_t *ctx) { in hex_decode_finish()
132 hex_decode_ctx_t ctx; in isc_hex_tobuffer()
162 hex_decode_ctx_t ctx; in isc_hex_decodestring()