Lines Matching refs:HandlerCtx
21 typedef struct _HandlerCtx *HandlerCtx; typedef
29 static PetscErrorCode HandlerCtxCreate(HandlerCtx *ctx_p) in HandlerCtxCreate()
31 HandlerCtx ctx; in HandlerCtxCreate()
40 static PetscErrorCode HandlerCtxDestroy(HandlerCtx *ctx_p) in HandlerCtxDestroy()
42 HandlerCtx ctx; in HandlerCtxDestroy()
63 HandlerCtx ctx; in PetscLogHandlerEventBegin_Ex7()
75 ctx = (HandlerCtx)h->data; in PetscLogHandlerEventBegin_Ex7()
86 HandlerCtx ctx; in PetscLogHandlerEventEnd_Ex7()
92 ctx = (HandlerCtx)h->data; in PetscLogHandlerEventEnd_Ex7()
120 HandlerCtx ctx; in PetscLogHandlerObjectCreate_Ex7()
123 ctx = (HandlerCtx)h->data; in PetscLogHandlerObjectCreate_Ex7()
130 HandlerCtx ctx; in PetscLogHandlerObjectDestroy_Ex7()
133 ctx = (HandlerCtx)h->data; in PetscLogHandlerObjectDestroy_Ex7()
186 HandlerCtx ctx; in PetscLogHandlerView_Ex7()
189 ctx = (HandlerCtx)h->data; in PetscLogHandlerView_Ex7()
212 HandlerCtx ctx; in PetscLogHandlerDestroy_Ex7()
215 ctx = (HandlerCtx)h->data; in PetscLogHandlerDestroy_Ex7()
223 HandlerCtx ctx; in PetscLogHandlerCreate_Ex7()