Lines Matching refs:PetscDLLibrary
12 PetscDLLibrary next;
17 PetscErrorCode PetscDLLibraryPrintPath(PetscDLLibrary libs) in PetscDLLibraryPrintPath()
124 PetscErrorCode PetscDLLibraryOpen(MPI_Comm comm, const char path[], PetscDLLibrary *entry) in PetscDLLibraryOpen()
214 PetscErrorCode PetscDLLibrarySym(MPI_Comm comm, PetscDLLibrary *outlist, const char path[], const c… in PetscDLLibrarySym()
218 PetscDLLibrary list = NULL, nlist, prev; in PetscDLLibrarySym()
314 PetscErrorCode PetscDLLibraryAppend(MPI_Comm comm, PetscDLLibrary *outlist, const char path[]) in PetscDLLibraryAppend()
316 PetscDLLibrary list, prev; in PetscDLLibraryAppend()
397 PetscErrorCode PetscDLLibraryPrepend(MPI_Comm comm, PetscDLLibrary *outlist, const char path[]) in PetscDLLibraryPrepend()
399 PetscDLLibrary list, prev; in PetscDLLibraryPrepend()
482 PetscErrorCode PetscDLLibraryClose(PetscDLLibrary list) in PetscDLLibraryClose()
485 PetscDLLibrary prev, tail; in PetscDLLibraryClose()