Apache HTTPD
Macros | Functions
sdbm_hash.c File Reference
#include "apr_sdbm.h"
#include "sdbm_private.h"

Go to the source code of this file.

Macros

#define DUFF   /* go ahead and use the loop-unrolled version */
 
#define HASHC   n = *str++ + 65599 * n
 

Functions

long apu__sdbm_hash (const char *str, int len)
 

Macro Definition Documentation

◆ DUFF

#define DUFF   /* go ahead and use the loop-unrolled version */

◆ HASHC

#define HASHC   n = *str++ + 65599 * n

Function Documentation

◆ apu__sdbm_hash()

long apu__sdbm_hash ( const char str,
int  len 
)

Definition at line 36 of file sdbm_hash.c.