Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_ctx.c73 int too_many; member
185 if (ctx->err_stack || ctx->too_many) in BN_CTX_start()
209 ctx->too_many = 0; in BN_CTX_end()
219 if (ctx->err_stack || ctx->too_many) in BN_CTX_get()
226 ctx->too_many = 1; in BN_CTX_get()
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc233 bool too_many; // True if there are too many actions, or false in CheckActionCountIfNotDone() local
237 too_many = true; in CheckActionCountIfNotDone()
240 too_many = false; in CheckActionCountIfNotDone()
247 ss << "Too " << (too_many ? "many" : "few") << " actions specified in " in CheckActionCountIfNotDone()
251 ss << ", but has " << (too_many ? "" : "only ") << action_count in CheckActionCountIfNotDone()