Lines Matching refs:t0ctx
64 void br_ssl_hs_server_init_main(void *t0ctx);
66 void br_ssl_hs_server_run(void *t0ctx);
78 #define ENG ((br_ssl_engine_context *)(void *)((unsigned char *)t0ctx - offsetof(br_ssl_engine_con…
946 t0_context *t0ctx = ctx; \
947 t0ctx->ip = &t0_codeblock[0]; \
948 T0_ENTER(t0ctx->ip, t0ctx->rp, slot); \
956 br_ssl_hs_server_run(void *t0ctx) in br_ssl_hs_server_run() argument
1004 dp = ((t0_context *)t0ctx)->dp; in br_ssl_hs_server_run()
1005 rp = ((t0_context *)t0ctx)->rp; in br_ssl_hs_server_run()
1006 ip = ((t0_context *)t0ctx)->ip; in br_ssl_hs_server_run()
2006 ((t0_context *)t0ctx)->dp = dp; in br_ssl_hs_server_run()
2007 ((t0_context *)t0ctx)->rp = rp; in br_ssl_hs_server_run()
2008 ((t0_context *)t0ctx)->ip = ip; in br_ssl_hs_server_run()