Searched defs:hex_decode_ctx_t (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dhex.c77 } hex_decode_ctx_t; typedef in typeref:struct:__anon224
80 hex_decode_init(hex_decode_ctx_t *ctx, int length, isc_buffer_t *target)
88 hex_decode_char(hex_decode_ctx_t *ctx, int c) {
111 hex_decode_finish(hex_decode_ctx_t *ctx) {
121 hex_decode_ctx_t ctx;
151 hex_decode_ctx_t ctx;

Completed in 7 milliseconds