Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

Brought To You By APR


Modules

group  Memory Pool Functions
group  Dynamic Object Handling Routines
group  String Handling funcions
group  Time Routines
group  Thread Mutex Routines
group  Thread Read/Write lock Routines
group  Condition Variable Routines
group  UUID Handling
group  Thread Safe FIFO bounded queue
group  File I/O Handling Functions
group  Threads and Process Functions
group  Network Routines
group  Poll Routines

Functions

unsigned int switch_hashfunc_default (const char *key, switch_ssize_t *klen)


Function Documentation

unsigned int switch_hashfunc_default const char *  key,
switch_ssize_t klen
 

The default hash function.

Parameters:
key pointer to the key.
klen the key length.
00077 {
00078         return apr_hashfunc_default(key, klen);
00079 }


Generated on Fri Oct 10 11:24:22 2008 for FreeSWITCH by  doxygen 1.3.9.1