Home
last modified time | relevance | path

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

/dports/security/openvpn-auth-ldap/openvpn-auth-ldap-auth-ldap-2.0.4/tests/
H A Dmockpf.c113 typedef struct PFList { struct
116 } PFList; argument
130 PFList addrs;
133 static PFList *pf_tables;
136 static void init_pflist(PFList *list) { in init_pflist()
148 static void insert_pfnode(PFList *list, PFNode *new, PFNode *position) { in insert_pfnode()
173 static void remove_pfnode(PFList *list, PFNode *node) { in remove_pfnode()
197 pf_tables = malloc(sizeof(PFList)); in mockpf_setup()
/dports/science/PETSc/petsc-3.14.1/src/vec/pf/interface/
H A Dpf.c7 PetscFunctionList PFList = NULL; /* list of all registered PD functions */ variable
323 ierr = PetscFunctionListAdd(&PFList,sname,function);CHKERRQ(ierr); in PFRegister()
393 ierr = PetscFunctionListFind(PFList,type,&r);CHKERRQ(ierr); in PFSetType()
435 …ierr = PetscOptionsFList("-pf_type","Type of function","PFSetType",PFList,NULL,type,256,&flg);CHKE… in PFSetFromOptions()
463 ierr = PetscFunctionListDestroy(&PFList);CHKERRQ(ierr); in PFFinalizePackage()
/dports/science/PETSc/petsc-3.14.1/include/
H A Dpetscpf.h12 PETSC_EXTERN PetscFunctionList PFList; variable
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS5380 PETSC_EXTERN PetscFunctionList PFList;12,226
89163 PetscFunctionList PFList 7,188
H A DCTAGS23340 PFList include/petscpf.h /^PETSC_EXTERN PetscFunctionList PFList;$/;" v language:C++
23341 PFList src/vec/pf/interface/pf.c /^PetscFunctionList PFList = NULL; \/* list of all …