Home
last modified time | relevance | path

Searched refs:pollCount (Results 1 – 1 of 1) sorted by relevance

/openssl/apps/lib/
H A Dcmp_mock_srv.c31 int pollCount; /* number of polls before actual cert response */ member
186 ctx->pollCount = count; in ossl_cmp_mock_srv_set_pollCount()
225 if (ctx->pollCount > 0 && ctx->curr_pollCount == 0) { in delayed_delivery()
294 if (ctx->pollCount > 0 && ctx->curr_pollCount == 0) { in process_cert_request()
300 if (ctx->curr_pollCount >= ctx->pollCount) in process_cert_request()
677 if (++ctx->curr_pollCount >= ctx->pollCount) { in process_pollReq()

Completed in 5 milliseconds