Home
last modified time | relevance | path

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

/petsc/src/sys/dll/
H A Dreg.c194 static PetscFunctionListDLAll dlallhead = NULL; variable
204 head->next = dlallhead; in PetscFunctionListDLAllPush_Private()
205 dlallhead = head; in PetscFunctionListDLAllPush_Private()
214 PetscFunctionListDLAll current = dlallhead, prev = NULL; in PetscFunctionListDLAllPop_Private()
226 dlallhead = next; in PetscFunctionListDLAllPop_Private()
387 PetscFunctionListDLAll current = dlallhead; in PetscFunctionListPrintAll()