Searched refs:too_many (Results 1 – 4 of 4) sorted by relevance
121 int too_many; member136 ret->too_many = 0; in BN_CTX_new()152 if (ctx->err_stack || ctx->too_many) { in BN_CTX_start()163 if (ctx->err_stack || ctx->too_many) { in BN_CTX_get()171 ctx->too_many = 1; in BN_CTX_get()194 ctx->too_many = 0; in BN_CTX_end()
195 bool too_many; // True if there are too many actions, or false in CheckActionCountIfNotDone() local199 too_many = true; in CheckActionCountIfNotDone()202 too_many = false; in CheckActionCountIfNotDone()209 ss << "Too " << (too_many ? "many" : "few") in CheckActionCountIfNotDone()213 ss << ", but has " << (too_many ? "" : "only ") in CheckActionCountIfNotDone()
112 …Aggr too_many { {0} , {0} , {0,0} }; // expected-error {{no matching constructor for initializatio… variable