HomeSort by: relevance | last modified time | path
    Searched defs:hex_decode_char (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/isc/
hex.c 90 hex_decode_char(hex_decode_ctx_t *ctx, int c) { function
153 RETERR(hex_decode_char(&ctx, tr->base[i]));
180 RETERR(hex_decode_char(&ctx, c));
  /src/external/mpl/bind/dist/lib/isc/
hex.c 99 hex_decode_char(hex_decode_ctx_t *ctx, int c) { function
163 RETERR(hex_decode_char(&ctx, tr->base[i]));
190 RETERR(hex_decode_char(&ctx, c));

Completed in 17 milliseconds