Ifpack Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
Functions
Hash_i_dh.h File Reference
#include "euclid_common.h"
Include dependency graph for Hash_i_dh.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void Hash_i_dhCreate (Hash_i_dh *h, int size)
 
void Hash_i_dhDestroy (Hash_i_dh h)
 
void Hash_i_dhReset (Hash_i_dh h)
 
void Hash_i_dhInsert (Hash_i_dh h, int key, int data)
 
int Hash_i_dhLookup (Hash_i_dh h, int key)
 

Function Documentation

◆ Hash_i_dhCreate()

void Hash_i_dhCreate ( Hash_i_dh * h,
int size )
extern

Definition at line 95 of file Hash_i_dh.c.

◆ Hash_i_dhDestroy()

void Hash_i_dhDestroy ( Hash_i_dh h)
extern

Definition at line 146 of file Hash_i_dh.c.

◆ Hash_i_dhReset()

void Hash_i_dhReset ( Hash_i_dh h)
extern

Definition at line 160 of file Hash_i_dh.c.

◆ Hash_i_dhInsert()

void Hash_i_dhInsert ( Hash_i_dh h,
int key,
int data )
extern

Definition at line 206 of file Hash_i_dh.c.

◆ Hash_i_dhLookup()

int Hash_i_dhLookup ( Hash_i_dh h,
int key )
extern

Definition at line 170 of file Hash_i_dh.c.