Home
last modified time | relevance | path

Searched refs:sw_num (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/regress/lib/libssl/ssl/
Dssltest.c777 long cw_num = count, cr_num = count, sw_num = count, sr_num = count; in doit_biopair() local
934 if (sw_num > 0) { in doit_biopair()
937 if (sw_num > (long)sizeof sbuf) in doit_biopair()
940 i = (int)sw_num; in doit_biopair()
954 sw_num -= r; in doit_biopair()
1085 if (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0) { in doit_biopair()
1092 } while (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0); in doit_biopair()
1129 long sw_num = count, sr_num = count; in doit() local
1254 if (sw_num > 0) { in doit()
1302 j = (sw_num > (long)sizeof(sbuf)) ? in doit()
[all …]