HomeSort by relevance Sort by last modified time
    Searched refs:err_stack (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/bn/
bn_ctx.c 148 int err_stack; member in struct:bignum_ctx
209 ctx->err_stack = 0;
226 ret->err_stack = 0;
259 if(ctx->err_stack || ctx->too_many)
260 ctx->err_stack++;
265 ctx->err_stack++;
273 if(ctx->err_stack)
274 ctx->err_stack--;
292 if(ctx->err_stack || ctx->too_many) return NULL;
  /external/clearsilver/util/
neo_err.h 53 int err_stack; member in struct:_neo_err

Completed in 1077 milliseconds