Searched refs:rrtype_from_string (Results 1 – 8 of 8) sorted by relevance
294 uint16_t rrtype_from_string(const char *name);
352 uint16_t t = rrtype_from_string(word);
458 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);
2338 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()
910 rrtype_from_string(const char *name) in rrtype_from_string() function
2227 uint16_t t = rrtype_from_string(word); in rrtype_to_token()
665 uint16_t type = rrtype_from_string(text); in zparser_conv_rrtype()
2283 The rrtype_from_string routine is called often, optimised it.