Searched refs:ctx_func (Results 1 – 3 of 3) sorted by relevance
48 c->ctx_status = c->ctx_func(); in context_init()62 c->ctx_func = func; in mdb_context_create()
54 c->ctx_status = c->ctx_func(); in context_init()73 c->ctx_func = func; in mdb_context_create()
42 int (*ctx_func)(void); /* pointer to start function */ member