Searched refs:too_many (Results 1 – 2 of 2) sorted by relevance
73 int too_many; member185 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()
233 bool too_many; // True if there are too many actions, or false in CheckActionCountIfNotDone() local237 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()