Lines Matching refs:stack
162 /* We push an initial value on the stack because the SSL
217 EX_CALLBACK *stack[10];
232 if (mx < (int)OSSL_NELEM(stack))
233 storage = stack;
253 if (storage != stack)
272 EX_CALLBACK *stack[10];
296 if (mx < (int)OSSL_NELEM(stack))
297 storage = stack;
313 * Make sure the ex_data stack is at least |mx| elements long to avoid
316 * to itself. This is normally a no-op; but ensures the stack is the
332 if (storage != stack)
369 struct ex_callback_entry stack[10];
382 if (mx < (int)OSSL_NELEM(stack))
383 storage = stack;
407 if (storage != stack)