Lines Matching defs:count
1916 int doit_localhost(SSL *s_ssl, SSL *c_ssl, int family, long count,
1919 long cw_num = count, cr_num = count, sw_num = count, sr_num = count;
2213 int doit_biopair(SSL *s_ssl, SSL *c_ssl, long count,
2216 long cw_num = count, cr_num = count, sw_num = count, sr_num = count;
2592 int doit(SSL *s_ssl, SSL *c_ssl, long count)
2596 long cw_num = count, cr_num = count;
2597 long sw_num = count, sr_num = count;
2612 bufsiz = count > 40 * 1024 ? 40 * 1024 : count;