| /src/crypto/external/bsd/openssl/dist/test/helpers/ |
| ssltestlib.c | 1080 int retc = -1, rets = -1, err, abortctr = 0; local 1139 if (++abortctr == MAXLOOPS) { 1143 if (isdtls && abortctr <= 50 && (abortctr % 10) == 0) {
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| ssltestlib.c | 868 int retc = -1, rets = -1, err, abortctr = 0; local 923 if (++abortctr == MAXLOOPS) { 927 if (isdtls && abortctr <= 50 && (abortctr % 10) == 0) {
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| quicapitest.c | 907 int abortctr = 0, err, clienterr = 0, servererr = 0, retc = 0, rets = 0; local 962 if (++abortctr == MAXLOOPS) { 1495 int abortctr; local 1498 for (abortctr = 0; abortctr < MAX_LOOPS; abortctr++) { 1524 int abortctr; local 1527 for (abortctr = 0; abortctr < MAX_LOOPS; abortctr++) [all...] |
| /src/crypto/external/apache2/openssl/dist/test/helpers/ |
| ssltestlib.c | 1264 int retc = -1, rets = -1, err, abortctr = 0, ret = 0; local 1363 if (++abortctr == MAXLOOPS) { 1367 if (isdtls && abortctr <= 50 && (abortctr % 10) == 0) {
|
| quictestlib.c | 519 int retc = -1, rets = 0, abortctr = 0, ret = 0; local 622 if (clientssl != NULL && ++abortctr == MAXLOOPS) {
|