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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssltest.c923 long cw_num = count, cr_num = count, sw_num = count, sr_num = count; local
1007 if (cw_num > 0)
1011 if (cw_num > (long)sizeof cbuf)
1014 i = (int)cw_num;
1037 cw_num -= r;
1261 if (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0)
1282 while (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0);
1317 long cw_num=count,cr_num=count; local
1408 j = (cw_num > (long)sizeof(cbuf)) ?
1409 (int)sizeof(cbuf) : (int)cw_num;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c923 long cw_num = count, cr_num = count, sw_num = count, sr_num = count; local
1007 if (cw_num > 0)
1011 if (cw_num > (long)sizeof cbuf)
1014 i = (int)cw_num;
1037 cw_num -= r;
1261 if (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0)
1282 while (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0);
1317 long cw_num=count,cr_num=count; local
1408 j = (cw_num > (long)sizeof(cbuf)) ?
1409 (int)sizeof(cbuf) : (int)cw_num;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssltest.c1780 long cw_num = count, cr_num = count, sw_num = count, sr_num = count; local
1865 if (cw_num > 0) {
1868 if (cw_num > (long)sizeof cbuf)
1871 i = (int)cw_num;
1890 cw_num -= r;
2093 if (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0) {
2112 while (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0);
2158 long cw_num = count, cr_num = count; local
2254 j = (cw_num > bufsiz) ? (int)bufsiz : (int)cw_num;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssltest.c1780 long cw_num = count, cr_num = count, sw_num = count, sr_num = count; local
1865 if (cw_num > 0) {
1868 if (cw_num > (long)sizeof cbuf)
1871 i = (int)cw_num;
1890 cw_num -= r;
2093 if (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0) {
2112 while (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0);
2158 long cw_num = count, cr_num = count; local
2254 j = (cw_num > bufsiz) ? (int)bufsiz : (int)cw_num;
[all...]

Completed in 91 milliseconds