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

/macosx-10.10.1/libresolv-57/
H A Dres_send.c507 int gotsomewhere, terrno, try, v_circuit, resplen, ns; local
669 act = (*statp->qhook)(&nsap, &buf, &buflen, ans, reply_buf_size, &resplen);
753 act = (*statp->rhook)(nsap, buf, buflen, ans, *anssiz, &resplen);
876 int truncating, connreset, resplen, n; local
1018 resplen = ns_get16(ans);
1019 if (resplen > *anssiz)
1027 len = resplen;
1063 len = resplen - *anssiz;
1083 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_REPLY), (stdout, ";; old answer (unexpected):\n"), ans, (resplen > *anssiz) ? *anssiz : resplen);
1169 int resplen, seconds, ntry, n, s; local
[all...]
H A Dresolv.h137 int *resplen));
144 int *resplen));
/macosx-10.10.1/emacs-93/emacs/src/
H A Dhftctl.c111 static WR_REQ (int fd, int request, int cmdlen, char *cmd, int resplen);
301 WR_REQ (fd, request, cmdlen, cmd, resplen)
306 int resplen;
316 req.hf_rsp_len = resplen;
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/sample/
H A Dhttp_digest_client.c81 unsigned int resplen = 0; local
158 &response, &resplen, NULL);
221 &response, &resplen);
243 &interactions, &response, &resplen);
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Ddigestmd5.c1947 unsigned resplen; local
2003 resplen = 0;
2007 &text->out_buf, &text->out_buf_len, &resplen,
2017 &text->out_buf, &text->out_buf_len, &resplen,
2033 &text->out_buf, &text->out_buf_len, &resplen,
2047 &text->out_buf, &text->out_buf_len, &resplen,
2059 &text->out_buf, &text->out_buf_len, &resplen,
2076 &text->out_buf, &text->out_buf_len, &resplen,
2086 &text->out_buf, &text->out_buf_len, &resplen,
2106 &text->out_buf, &text->out_buf_len, &resplen,
2886 unsigned resplen = 0; local
3389 unsigned resplen = 0; local
[all...]
/macosx-10.10.1/efax-38/efax/
H A Defaxio.c228 int resplen=0, pause=0 ; local
265 if ( ( resplen += strlen ( buf ) + 1 ) <= MAXRESPB ) {
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/include/
H A Dsasl.h1159 * resplen -- length of response, 0 = strlen(response)
1171 const char *response, unsigned resplen);
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Ds3_clnt.c1790 unsigned long resplen; local
1816 n2l3(p, resplen);
1817 if (resplen + 4 != (unsigned long)n)
1825 s->tlsext_ocsp_resp = BUF_memdup(p, resplen);
1832 s->tlsext_ocsp_resplen = resplen;
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dserver.c2216 * resplen -- length of response, 0 = strlen(response)
2231 unsigned resplen __attribute__((unused)))
2236 unsigned resplen __attribute__((unused)))

Completed in 222 milliseconds