Searched refs:res_nmkquery (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/libresolv-57/
H A Dres_mkquery.c102 res_nmkquery(res_state statp, function
125 printf(";; res_nmkquery(%s, %s, %s, %s)\n",
H A Dresolv.h398 #define res_nmkquery res_9_nmkquery macro
468 int res_nmkquery __P((res_state, int, const char *, int, int, const u_char *, int, const u_char *, u_char *, int));
H A Dres_data.c254 return res_nmkquery(_res_static, op, dname, class, type, data, datalen, newrr_in, buf, buflen);
H A Dres_query.c327 context.anslen = res_nmkquery(statp, ns_o_query, name, class, type, NULL, 0, NULL, answer, anslen);
607 n = res_nmkquery(statp, ns_o_query, name, class, type, NULL, 0, NULL, buf, sizeof(buf));
H A Dres_findzonecut.c658 n = res_nmkquery(statp, ns_o_query, dname, class, qtype,
661 DPRINTF(("do_query: res_nmkquery failed"));
H A Ddns_util.c2157 n = res_nmkquery(statp, ns_o_query, name, class, type, NULL, 0, NULL, buf, sizeof(buf));

Completed in 256 milliseconds