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

/freebsd-9.3-release/crypto/openssl/apps/
H A Docsp.c129 int accept_count = -1; local
389 accept_count = atol(*args);
390 if (accept_count < 0) {
714 if (accept_count > 0)
715 accept_count--;
717 if (accept_count) {

Completed in 100 milliseconds