Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/nsd/
H A Ddns.h294 uint16_t rrtype_from_string(const char *name);
H A Dzlexer.lex352 uint16_t t = rrtype_from_string(word);
H A Dzparser.y458 uint16_t type = rrtype_from_string($1.str);
467 uint16_t type = rrtype_from_string($3.str);
484 uint16_t type = rrtype_from_string($1.str);
H A Ddns.c910 rrtype_from_string(const char *name) in rrtype_from_string() function
H A Dzonec.c665 uint16_t type = rrtype_from_string(text); in zparser_conv_rrtype()
/openbsd-src/usr.sbin/nsd/doc/
H A DChangeLog2369 The rrtype_from_string routine is called often, optimised it.