xapian-core
1.4.26
|
Efficient keyword to enum lookup. More...
#include <string.h>
Go to the source code of this file.
Functions | |
int | keyword (const unsigned char *tab, const char *s, size_t len) |
int | keyword2 (const unsigned char *tab, const char *s, size_t len) |
2 byte offset variant. More... | |
Efficient keyword to enum lookup.
Definition in file keyword.h.
int keyword | ( | const unsigned char * | tab, |
const char * | s, | ||
size_t | len | ||
) |
Definition at line 32 of file keyword.cc.
int keyword2 | ( | const unsigned char * | tab, |
const char * | s, | ||
size_t | len | ||
) |
2 byte offset variant.
Definition at line 56 of file keyword.cc.
Referenced by Xapian::stem_internal_factory().