Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drcode.c219 maybe_numeric(unsigned int *valuep, isc_textregion_t *source, unsigned int max, in maybe_numeric() function
264 result = maybe_numeric(valuep, source, max, false); in dns_mnemonic_fromtext()
395 result = maybe_numeric(&value, source, 0xffff, true); in dns_keyflags_fromtext()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drcode.c205 maybe_numeric(unsigned int *valuep, isc_textregion_t *source, unsigned int max, in str_totext()
250 result = maybe_numeric(valuep, source, max, false); in maybe_numeric()
381 result = maybe_numeric(&value, source, 0xffff, true); in dns_hashalg_fromtext()
216 maybe_numeric(unsigned int *valuep, isc_textregion_t *source, unsigned int max, maybe_numeric() function