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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Dssltest.c818 long cw_num = count, cr_num = count, sw_num = count, sr_num = count; local
902 if (cw_num > 0)
906 if (cw_num > (long)sizeof cbuf)
909 i = (int)cw_num;
932 cw_num -= r;
1156 if (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0)
1177 while (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0);
1212 long cw_num=count,cr_num=count; local
1303 j=(cw_num > (long)sizeof(cbuf))
1304 ?sizeof(cbuf):(int)cw_num;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dssltest.c818 long cw_num = count, cr_num = count, sw_num = count, sr_num = count; local
902 if (cw_num > 0)
906 if (cw_num > (long)sizeof cbuf)
909 i = (int)cw_num;
932 cw_num -= r;
1156 if (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0)
1177 while (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0);
1212 long cw_num=count,cr_num=count; local
1303 j=(cw_num > (long)sizeof(cbuf))
1304 ?sizeof(cbuf):(int)cw_num;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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...]

Completed in 61 milliseconds