Lines Matching refs:u_char
122 static int send_vc(res_state, res_params* params, const u_char*, int, u_char*, int, int*, int,
124 static int send_dg(res_state, res_params* params, const u_char*, int, u_char*, int, int*, int, int*,
315 int res_nameinquery(const char* name, int type, int cl, const u_char* buf, const u_char* eom) { in res_nameinquery()
316 const u_char* cp = buf + HFIXEDSZ; in res_nameinquery()
345 int res_queriesmatch(const u_char* buf1, const u_char* eom1, const u_char* buf2, in res_queriesmatch()
346 const u_char* eom2) { in res_queriesmatch()
347 const u_char* cp = buf1 + HFIXEDSZ; in res_queriesmatch()
376 int res_nsend(res_state statp, const u_char* buf, int buflen, u_char* ans, int anssiz, int* rcode, in res_nsend()
539 resplen = res_tls_send(statp, Slice(const_cast<u_char*>(buf), buflen), in res_nsend()
707 static int send_vc(res_state statp, res_params* params, const u_char* buf, int buflen, u_char* ans, in send_vc()
717 u_char* cp; in send_vc()
973 static int send_dg(res_state statp, res_params* params, const u_char* buf, int buflen, u_char* ans, in send_dg()