ELinks 0.16.1.1
fastfind.h File Reference
This graph shows which files directly or indirectly include this file:

Data Structures

struct  fastfind_key_value
struct  fastfind_index

Macros

#define USE_FASTFIND   1
 Whether to use these routines or not.
#define INIT_FASTFIND_INDEX(comment, reset, next)

Typedefs

typedef unsigned char fastfind_flags_T

Enumerations

enum  fastfind_flags { FF_NONE = 0 , FF_CASE_AWARE = 1 , FF_COMPRESS = 2 , FF_LOCALE_INDEP = 4 }

Macro Definition Documentation

◆ INIT_FASTFIND_INDEX

#define INIT_FASTFIND_INDEX ( comment,
reset,
next )
Value:
{ (comment), (reset), (next) }

◆ USE_FASTFIND

#define USE_FASTFIND   1

Whether to use these routines or not.

Typedef Documentation

◆ fastfind_flags_T

typedef unsigned char fastfind_flags_T

Enumeration Type Documentation

◆ fastfind_flags

Enumerator
FF_NONE 
FF_CASE_AWARE 

honour case when comparing

FF_COMPRESS 

compress nodes if possible

FF_LOCALE_INDEP 

whether the case conversion is locale independent or not