Symbol: GEN_CTX
crypto/openssl/test/radix/terp.c
134
static void script_gen_##name(GEN_CTX *ctx); \
crypto/openssl/test/radix/terp.c
139
static void script_gen_##name(GEN_CTX *ctx)
crypto/openssl/test/radix/terp.c
160
static void *openc_alloc_space(GEN_CTX *ctx, size_t num_bytes);
crypto/openssl/test/radix/terp.c
163
static void name(GEN_CTX *ctx, type v) \
crypto/openssl/test/radix/terp.c
178
static void opgen_END(GEN_CTX *ctx)
crypto/openssl/test/radix/terp.c
183
static ossl_unused void opgen_PUSH_P(GEN_CTX *ctx, void *p)
crypto/openssl/test/radix/terp.c
189
static void opgen_PUSH_PZ(GEN_CTX *ctx, void *p)
crypto/openssl/test/radix/terp.c
195
static void opgen_PUSH_U64(GEN_CTX *ctx, uint64_t v)
crypto/openssl/test/radix/terp.c
201
ossl_unused static void opgen_PUSH_SIZE(GEN_CTX *ctx, size_t v)
crypto/openssl/test/radix/terp.c
207
ossl_unused static void opgen_FUNC(GEN_CTX *ctx, helper_func_t f,
crypto/openssl/test/radix/terp.c
215
ossl_unused static void opgen_LABEL(GEN_CTX *ctx, const char *name)
crypto/openssl/test/radix/terp.c
221
static void opgen_set_line(GEN_CTX *ctx, const char *file, int line)
crypto/openssl/test/radix/terp.c
227
static ossl_unused void opgen_fail(GEN_CTX *ctx, const char *msg)
crypto/openssl/test/radix/terp.c
252
static void *openc_alloc_space(GEN_CTX *ctx, size_t num_bytes)
crypto/openssl/test/radix/terp.c
26
typedef void (*script_gen_t)(GEN_CTX *ctx);
crypto/openssl/test/radix/terp.c
285
static int GEN_CTX_finish(GEN_CTX *ctx, GEN_SCRIPT *script)
crypto/openssl/test/radix/terp.c
304
GEN_CTX gctx;
crypto/openssl/test/radix/terp.c
49
static int GEN_CTX_init(GEN_CTX *ctx, SCRIPT_INFO *script_info)
crypto/openssl/test/radix/terp.c
63
static void GEN_CTX_cleanup(GEN_CTX *ctx)