Lines Matching refs:T_A
143 case T_A: in rrtype_to_rdata_length()
194 type = T_A; in libc_hidden_def()
253 n = __res_context_search (ctx, name, C_IN, T_A, host_buffer.buf->buf, in libc_hidden_def()
665 case T_A: in getanswer_r()
719 if (qtype == T_A || qtype == T_AAAA) in getanswer_r()
797 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) in getanswer_r()
867 if (type == T_A && qtype == T_AAAA && map) in getanswer_r()
906 case T_A: in getanswer_r()
979 if (haveanswer > 1 && qtype == T_A in getanswer_r()
1007 return ((qtype == T_A || qtype == T_AAAA) && ap != host_data->aliases in getanswer_r()
1176 if (type == T_A || type == T_AAAA) in gaih_getanswer_slice()
1191 assert (type == T_A || type == T_AAAA); in gaih_getanswer_slice()
1223 (*pat)->family = type == T_A ? AF_INET : AF_INET6; in gaih_getanswer_slice()