Home
last modified time | relevance | path

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

/external/chromium_org/third_party/boringssl/src/crypto/bn/
Dctx.c119 int too_many; member
134 ret->too_many = 0; in BN_CTX_new()
150 if (ctx->err_stack || ctx->too_many) { in BN_CTX_start()
161 if (ctx->err_stack || ctx->too_many) { in BN_CTX_get()
169 ctx->too_many = 1; in BN_CTX_get()
192 ctx->too_many = 0; in BN_CTX_end()
/external/openssl/crypto/bn/
Dbn_ctx.c150 int too_many; member
210 ctx->too_many = 0; in BN_CTX_init()
227 ret->too_many = 0; in BN_CTX_new()
259 if(ctx->err_stack || ctx->too_many) in BN_CTX_start()
283 ctx->too_many = 0; in BN_CTX_end()
292 if(ctx->err_stack || ctx->too_many) return NULL; in BN_CTX_get()
297 ctx->too_many = 1; in BN_CTX_get()
/external/clang/test/SemaCXX/
Dcxx0x-initializer-aggregates.cpp112 …Aggr too_many { {0} , {0} , {0,0} }; // expected-error {{no matching constructor for initializatio… variable