OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:too_many
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_ctx.c
150
int
too_many
;
member in struct:bignum_ctx
210
ctx->
too_many
= 0;
227
ret->
too_many
= 0;
259
if(ctx->err_stack || ctx->
too_many
)
282
/* Unjam "
too_many
" in case "get" had failed */
283
ctx->
too_many
= 0;
292
if(ctx->err_stack || ctx->
too_many
) return NULL;
295
/* Setting
too_many
prevents repeated "get" attempts from
297
ctx->
too_many
= 1;
/external/openssl/crypto/bn/
bn_ctx.c
150
int
too_many
;
member in struct:bignum_ctx
210
ctx->
too_many
= 0;
227
ret->
too_many
= 0;
259
if(ctx->err_stack || ctx->
too_many
)
282
/* Unjam "
too_many
" in case "get" had failed */
283
ctx->
too_many
= 0;
292
if(ctx->err_stack || ctx->
too_many
) return NULL;
295
/* Setting
too_many
prevents repeated "get" attempts from
297
ctx->
too_many
= 1;
/external/chromium/testing/gmock/src/
gmock-spec-builders.cc
195
bool
too_many
; // True if there are too many actions, or false
local
199
too_many
= true;
202
too_many
= false;
209
ss << "Too " << (
too_many
? "many" : "few")
213
ss << ", but has " << (
too_many
? "" : "only ")
Completed in 1739 milliseconds