Searched refs:C_DONE (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/threads/
H A Dmttest.c346 #define C_DONE 1 macro
491 if (do_client && !(done & C_DONE)) {
533 done |= C_DONE;
597 if ((done & S_DONE) && (done & C_DONE))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dmttest.c365 #define C_DONE 1 macro
510 if (do_client && !(done & C_DONE))
572 done|=C_DONE;
656 if ((done & S_DONE) && (done & C_DONE)) break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/threads/
H A Dmttest.c346 #define C_DONE 1 macro
491 if (do_client && !(done & C_DONE)) {
533 done |= C_DONE;
597 if ((done & S_DONE) && (done & C_DONE))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssltest.c1311 #define C_DONE 1 macro
1404 if (do_client && !(done & C_DONE))
1484 done=S_DONE|C_DONE;
1579 if ((done & S_DONE) && (done & C_DONE)) break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c1311 #define C_DONE 1 macro
1404 if (do_client && !(done & C_DONE))
1484 done=S_DONE|C_DONE;
1579 if ((done & S_DONE) && (done & C_DONE)) break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssltest.c2151 #define C_DONE 1 macro
2252 if (do_client && !(done & C_DONE)) {
2311 done = S_DONE | C_DONE;
2387 if ((done & S_DONE) && (done & C_DONE))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssltest.c2151 #define C_DONE 1 macro
2252 if (do_client && !(done & C_DONE)) {
2311 done = S_DONE | C_DONE;
2387 if ((done & S_DONE) && (done & C_DONE))

Completed in 74 milliseconds