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) |
|
||||||||||||
|
The default hash function.
00077 {
00078 return apr_hashfunc_default(key, klen);
00079 }
|
1.3.9.1