Lines Matching refs:buf
124 evConsIovec(void *buf, size_t cnt, struct iovec *vec) { in evConsIovec() argument
126 vec->iov_base = buf; in evConsIovec()
245 mask_ad_bit (struct resolv_context *ctx, void *buf) in mask_ad_bit() argument
248 ((HEADER *) buf)->ad = 0; in mask_ad_bit()
253 const unsigned char *buf, int buflen, in __res_context_send() argument
359 n = send_vc(statp, buf, buflen, buf2, buflen2, in __res_context_send()
373 n = send_dg(statp, buf, buflen, buf2, buflen2, in __res_context_send()
433 const unsigned char *buf, int buflen, in libc_hidden_def()
441 int result = __res_context_send (ctx, buf, buflen, NULL, 0, ans, anssiz, in libc_hidden_def()
448 ___res_nsend (res_state statp, const unsigned char *buf, int buflen, in ___res_nsend() argument
452 (__resolv_context_get_override (statp), buf, buflen, ans, anssiz); in ___res_nsend()
460 ___res_send (const unsigned char *buf, int buflen, unsigned char *ans, in ___res_send() argument
464 (__resolv_context_get (), buf, buflen, ans, anssiz); in ___res_send()
558 const u_char *buf, int buflen, const u_char *buf2, int buflen2, in send_vc() argument
563 const HEADER *hp = (HEADER *) buf; in send_vc()
631 evConsIovec((void*)buf, buflen, &iov[1]); in send_vc()
923 const u_char *buf, int buflen, const u_char *buf2, int buflen2, in send_dg() argument
928 const HEADER *hp = (HEADER *) buf; in send_dg()
1044 { .iov_base = (void *) buf, .iov_len = buflen }; in send_dg()
1106 sr = __send (pfd[0].fd, buf, buflen, MSG_NOSIGNAL); in send_dg()
1199 && __libc_res_queriesmatch (buf, buf + buflen, in send_dg()