Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nsd/dist/
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 Dzparser.c2338 uint16_t type = rrtype_from_string((yyvsp[0].data).str); in yyparse()
2351 uint16_t type = rrtype_from_string((yyvsp[0].data).str); in yyparse()
2378 uint16_t type = rrtype_from_string((yyvsp[-1].data).str); in yyparse()
H A Ddns.c910 rrtype_from_string(const char *name) in rrtype_from_string() function
H A Dzlexer.c2227 uint16_t t = rrtype_from_string(word); in rrtype_to_token()
H A Dzonec.c665 uint16_t type = rrtype_from_string(text); in zparser_conv_rrtype()
/netbsd-src/external/bsd/nsd/dist/doc/
H A DChangeLog2283 The rrtype_from_string routine is called often, optimised it.