ELinks 0.16.1.1
|
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 } |
#define INIT_FASTFIND_INDEX | ( | comment, | |
reset, | |||
next ) |
#define USE_FASTFIND 1 |
Whether to use these routines or not.
typedef unsigned char fastfind_flags_T |
enum fastfind_flags |