Searched refs:ctx_func (Results 1 – 3 of 3) sorted by relevance
50 c->ctx_status = c->ctx_func(); in context_init()64 c->ctx_func = func; in mdb_context_create()
56 c->ctx_status = c->ctx_func(); in context_init()75 c->ctx_func = func; in mdb_context_create()
44 int (*ctx_func)(void); /* pointer to start function */ member