Searched refs:rrtype_from_string (Results 1 – 6 of 6) 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);
910 rrtype_from_string(const char *name) in rrtype_from_string() function
665 uint16_t type = rrtype_from_string(text); in zparser_conv_rrtype()
2369 The rrtype_from_string routine is called often, optimised it.