Qucs-core  0.0.19
Functions
hash.cpp File Reference
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "hash.h"
Include dependency graph for hash.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static int hash_code (char *key)
static int hash_key_equals (char *key1, char *key2)
static unsigned hash_key_length (char *key)

Function Documentation

static int hash_code ( char *  key) [inline, static]

Definition at line 40 of file hash.cpp.

static int hash_key_equals ( char *  key1,
char *  key2 
) [inline, static]

Definition at line 50 of file hash.cpp.

static unsigned hash_key_length ( char *  key) [inline, static]

Definition at line 65 of file hash.cpp.