Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dhashset.h53 kh_destroy(HashT, *ht); \
H A Dhashmap.h93 kh_destroy(HashT, *ht); \
/petsc/include/petsc/private/khash/
H A Dkhash.h450 #define kh_destroy(name, h) kh_destroy_##name(h) macro
/petsc/src/sys/classes/viewer/interface/
H A Dviewreg.c20 kh_destroy(HTPrinted, (*hp)->printed); in PetscOptionsHelpPrintedDestroy()
/petsc/src/sys/objects/
H A Doptions.c1163 kh_destroy(HO, options->ht); in PetscOptionsClear()
1365 kh_destroy(HO, options->ht); in PetscOptionsSetValue_Private()
1463 kh_destroy(HO, options->ht); in PetscOptionsClearValue()
/petsc/src/vec/is/section/interface/
H A Dsection.c2759 kh_destroy(ClPerm, section->clHash); in PetscSectionResetClosurePermutation()