TERP
static int do_per_op(TERP *terp, void *arg)
static ossl_inline int TERP_stk_pop(TERP *terp,
int (*per_op_cb)(TERP *terp, void *arg);
static int TERP_init(TERP *terp,
static void TERP_cleanup(TERP *terp)
static int TERP_stk_ensure_capacity(TERP *terp, size_t spare)
static ossl_inline int TERP_stk_push(TERP *terp,
static ossl_inline int TERP_stk_pop(TERP *terp,
static void TERP_print_stack(TERP *terp, BIO *bio, const char *header)
static OSSL_TIME TERP_now(TERP *terp)
static void TERP_log_spin(TERP *terp, size_t spin_count)
static int TERP_execute(TERP *terp)
TERP terp;
TERP *terp;