Searched refs:pollCount (Results 1 – 2 of 2) sorted by relevance
28 int pollCount; /* number of polls before actual cert response */ member157 ctx->pollCount = count; in ossl_cmp_mock_srv_set_pollCount()200 if (ctx->pollCount > 0 && ctx->curr_pollCount == 0) { in process_cert_request()211 if (ctx->curr_pollCount >= ctx->pollCount) in process_cert_request()417 if (++ctx->curr_pollCount >= ctx->pollCount) { in process_pollReq()
173 const int pollCount = 3; in test_exec_IR_ses_poll_timeout() local174 const int tout = pollCount * checkAfter; in test_exec_IR_ses_poll_timeout()179 ossl_cmp_mock_srv_set_pollCount(fixture->srv_ctx, pollCount + 1); in test_exec_IR_ses_poll_timeout()
Completed in 5 milliseconds