Searched refs:isc_hex_decodestring (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.bin/dig/lib/isc/include/isc/
H A Dhex.h55 isc_hex_decodestring(const char *cstr, isc_buffer_t *target);
/openbsd-current/usr.bin/dig/lib/isc/
H A Dhex.c117 isc_hex_decodestring(const char *cstr, isc_buffer_t *target) { function
/openbsd-current/usr.bin/dig/
H A Ddighost.c1325 result = isc_hex_decodestring(value, &b);
1326 check_result(result, "isc_hex_decodestring");
2235 result = isc_hex_decodestring(lookup->sitvalue,
2237 check_result(result, "isc_hex_decodestring");
3118 result = isc_hex_decodestring(l->sitvalue, &hexbuf);
3119 check_result(result, "isc_hex_decodestring");

Completed in 83 milliseconds