Home
last modified time | relevance | path

Searched refs:PetscFunctionListDLAll (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/dll/ !
H A Dreg.c188 typedef struct n_PetscFunctionListDLAll *PetscFunctionListDLAll; typedef
191 PetscFunctionListDLAll next;
194 static PetscFunctionListDLAll dlallhead = NULL;
200 PetscFunctionListDLAll head; in PetscFunctionListDLAllPush_Private()
214 PetscFunctionListDLAll current = dlallhead, prev = NULL; in PetscFunctionListDLAllPop_Private()
218 const PetscFunctionListDLAll next = current->next; in PetscFunctionListDLAllPop_Private()
387 PetscFunctionListDLAll current = dlallhead; in PetscFunctionListPrintAll()