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

/freebsd-12-stable/crypto/openssh/regress/unittests/hostkeys/
H A Dtest_iterate.c39 size_t nexpected; member in struct:cbctx
63 ctx->i + 1, ctx->nexpected, l->linenum);
66 ASSERT_SIZE_T_LT(ctx->i, ctx->nexpected);
834 ctx.nexpected = sizeof(expected_full)/sizeof(*expected_full);
836 prepare_expected(expected_full, ctx.nexpected);
839 cleanup_expected(expected_full, ctx.nexpected);
845 ctx.nexpected = sizeof(expected_full)/sizeof(*expected_full);
847 prepare_expected(expected_full, ctx.nexpected);
850 cleanup_expected(expected_full, ctx.nexpected);
856 ctx.nexpected
[all...]

Completed in 152 milliseconds