Lines Matching refs:stack
65 /* The stack frame info is resizing, set a first-time expansion size; */
80 /* Stack depth and allocation size */
93 /* A wrapper to manage the "stack frames" */
95 /* Array of indexes into the bignum stack */
97 /* Number of stack frames, and the size of the allocated array */
114 /* The "stack frames", if you will */
115 BN_STACK stack;
118 /* Depth of stack overflow */
133 BN_STACK_init(&ret->stack);
145 BN_STACK_finish(&ctx->stack);
154 } else if (!BN_STACK_push(&ctx->stack, ctx->used)) {
170 * cluttering the error stack. */
186 unsigned int fp = BN_STACK_pop(&ctx->stack);
187 /* Does this stack frame have anything to release? */