Searched refs:obj_entry (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/logging/handler/impls/default/ |
| H A D | logdefault.c | 479 Object *obj_entry = NULL; in PetscLogHandlerObjectDestroy_Default() local 484 PetscCall(PetscLogObjectArrayGetRef(def->petsc_objects, objid, &obj_entry)); in PetscLogHandlerObjectDestroy_Default() 485 if (obj->name) PetscCall(PetscStrncpy(obj_entry->name, obj->name, 64)); in PetscLogHandlerObjectDestroy_Default() 486 obj_entry->obj = NULL; in PetscLogHandlerObjectDestroy_Default() 870 Object *obj_entry = NULL; in PetscLogHandlerLogObjectState_Default() local 874 PetscCall(PetscLogObjectArrayGetRef(def->petsc_objects, objid, &obj_entry)); in PetscLogHandlerLogObjectState_Default() 875 PetscCall(PetscVSNPrintf(obj_entry->info, 64, format, &fullLength, Argp)); in PetscLogHandlerLogObjectState_Default()
|