#include <fastfind.h>
◆ fastfind_done()
Fastfind cleanup.
It frees the given index. Must be called once per list.
◆ fastfind_index()
Initialize and index a list of keys.
Keys are iterated using:
- Parameters
-
index | index info |
flags | control case sensitivity, compression |
This function must be called once and only once per list. Failure is not an option, so call it at startup.
◆ fastfind_search()
void * fastfind_search |
( |
struct fastfind_index * | index, |
|
|
const char * | key, |
|
|
int | key_len ) |
|
related |
Search the index for key with length key_len using the index' handle created with fastfind_index().
◆ comment
const char* fastfind_index::comment |
Description useful for debugging mode.
◆ handle
void* fastfind_index::handle |
◆ next
◆ reset
void(* fastfind_index::reset) (void) |
The documentation for this struct was generated from the following file: