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

/external/chromium_org/third_party/openssl/openssl/crypto/threads/
H A Dmttest.c367 #define C_DONE 1 macro
512 if (do_client && !(done & C_DONE))
574 done|=C_DONE;
658 if ((done & S_DONE) && (done & C_DONE)) break;
/external/openssl/crypto/threads/
H A Dmttest.c367 #define C_DONE 1 macro
512 if (do_client && !(done & C_DONE))
574 done|=C_DONE;
658 if ((done & S_DONE) && (done & C_DONE)) break;
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssltest.c1554 #define C_DONE 1 macro
1644 if (do_client && !(done & C_DONE))
1724 done=S_DONE|C_DONE;
1819 if ((done & S_DONE) && (done & C_DONE)) break;
/external/openssl/ssl/
H A Dssltest.c1554 #define C_DONE 1 macro
1644 if (do_client && !(done & C_DONE))
1724 done=S_DONE|C_DONE;
1819 if ((done & S_DONE) && (done & C_DONE)) break;

Completed in 53 milliseconds