Searched refs:too_many (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Dbn_ctx.c92 ctx->too_many = 0;
130 if (!ctx->too_many)
134 ctx->too_many = 1;
151 ctx->too_many = 0;
H A Dbn_lcl.h132 int too_many; member in struct:bignum_ctx
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_ctx.c150 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;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/sunrpc/
H A Dcache.h127 int too_many);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sunrpc/
H A Dsvcsock.c1835 static void svc_revisit(struct cache_deferred_req *dreq, int too_many) argument
1840 if (too_many) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dcyclades.c811 int too_many; local
838 too_many = 0;
847 if (1000 < too_many++) {

Completed in 478 milliseconds