Lines Matching defs:h
30 PetscLogHandler h; in PetscLogHandlerCreate() local
56 PetscLogHandler h; in PetscLogHandlerDestroy() local
88 PetscErrorCode PetscLogHandlerSetState(PetscLogHandler h, PetscLogState state) in PetscLogHandlerSetState()
119 PetscErrorCode PetscLogHandlerGetState(PetscLogHandler h, PetscLogState *state) in PetscLogHandlerGetState()
148 PetscErrorCode PetscLogHandlerEventBegin(PetscLogHandler h, PetscLogEvent e, PetscObject o1, PetscO… in PetscLogHandlerEventBegin()
176 PetscErrorCode PetscLogHandlerEventEnd(PetscLogHandler h, PetscLogEvent e, PetscObject o1, PetscObj… in PetscLogHandlerEventEnd()
201 PetscErrorCode PetscLogHandlerEventSync(PetscLogHandler h, PetscLogEvent e, MPI_Comm comm) in PetscLogHandlerEventSync()
238 PetscErrorCode PetscLogHandlerObjectCreate(PetscLogHandler h, PetscObject obj) in PetscLogHandlerObjectCreate()
262 PetscErrorCode PetscLogHandlerObjectDestroy(PetscLogHandler h, PetscObject obj) in PetscLogHandlerObjectDestroy()
289 PetscErrorCode PetscLogHandlerStagePush(PetscLogHandler h, PetscLogStage stage) in PetscLogHandlerStagePush()
316 PetscErrorCode PetscLogHandlerStagePop(PetscLogHandler h, PetscLogStage stage) in PetscLogHandlerStagePop()
337 PetscErrorCode PetscLogHandlerView(PetscLogHandler h, PetscViewer viewer) in PetscLogHandlerView()