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

/macosx-10.10.1/libresolv-57/
H A Dres_send.c510 int notify_token, status, send_status, reply_buf_size; local
519 reply_buf_size = *anssiz;
520 if (reply_buf_size < NS_HFIXEDSZ)
669 act = (*statp->qhook)(&nsap, &buf, &buflen, ans, reply_buf_size, &resplen);
716 *anssiz = reply_buf_size;
736 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_REPLY), (stdout, "%s", ""), ans, (*anssiz > reply_buf_size) ? reply_buf_size : *anssiz);

Completed in 91 milliseconds