Home
last modified time | relevance | path

Searched refs:tsctx (Results 1 – 3 of 3) sorted by relevance

/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/testsuite/
H A Dtestsuite-substitutions.c98 struct _testsuite_substitution_context *tsctx; in testsuite_substitution_argument_create() local
110 tsctx = p_new(pool, struct _testsuite_substitution_context, 1); in testsuite_substitution_argument_create()
111 tsctx->tsub = tsub; in testsuite_substitution_argument_create()
112 tsctx->param = p_strdup(pool, param); in testsuite_substitution_argument_create()
116 arg->argument->data = (void *) tsctx; in testsuite_substitution_argument_create()
125 struct _testsuite_substitution_context *tsctx = in arg_testsuite_substitution_generate() local
128 testsuite_opr_substitution_emit(cgenv->sblock, tsctx->tsub, tsctx->param); in arg_testsuite_substitution_generate()
/dports/databases/redis6/redis-6.0.16/tests/modules/
H A Dmisc.c269 RedisModuleCtx *tsctx = RedisModule_GetDetachedThreadSafeContext(ctx); in test_log_tsctx() local
284 RedisModule_Log(tsctx, level, "%.*s", (int) msg_len, msg_str); in test_log_tsctx()
285 RedisModule_FreeThreadSafeContext(tsctx); in test_log_tsctx()
/dports/databases/redis-devel/redis-0e5b813/tests/modules/
H A Dmisc.c276 RedisModuleCtx *tsctx = RedisModule_GetDetachedThreadSafeContext(ctx); in test_log_tsctx() local
291 RedisModule_Log(tsctx, level, "%.*s", (int) msg_len, msg_str); in test_log_tsctx()
292 RedisModule_FreeThreadSafeContext(tsctx); in test_log_tsctx()