Qucs-core  0.0.18
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
hash.cpp File Reference
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "hash.h"

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)
static

Definition at line 40 of file hash.cpp.

static int hash_key_equals ( char *  key1,
char *  key2 
)
static

Definition at line 50 of file hash.cpp.

static unsigned hash_key_length ( char *  key)
static

Definition at line 65 of file hash.cpp.