# PetscHMapIVGetPairs
Get all (key,value) pairs from a hash table 
## Synopsis
```
#include <petsc/private/hashmapiv.h>
PetscErrorCode PetscHMapIVGetPairs(PetscHMapIV ht, PetscInt *off, PetscInt karray[], PetscScalar varray[])
```

## Input Parameters

- ***ht    -*** The hash table
- ***off   -*** Input offset in array (usually zero)
- ***karray -*** Array where to put hash table keys into
- ***varray -*** Array where to put hash table values into



## Output Parameters

- ***off   -*** Output offset in array (output offset = input offset + hash table size)
- ***karray -*** Array filled with the hash table keys
- ***varray -*** Array filled with the hash table values





## See Also
 `PetscHSetIVGetSize()`, `PetscHMapIVGetKeys()`, `PetscHMapIVGetVals()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/include/petsc/private/generated_khash.h.html#PetscHMapIVGetPairs">include/petsc/private/generated_khash.h</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/include/petsc/private/generated_khash.h)


[Index of all PetscH routines](index.md)  
[Table of Contents for all manual pages](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
