OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTS2_HASH_STRING
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_hash.h
59
**
FTS2_HASH_STRING
pKey points to a string that is nKey bytes long
68
#define
FTS2_HASH_STRING
1
fts2_hash.c
54
** FTS2_HASH_BINARY or
FTS2_HASH_STRING
. The value of keyClass
61
assert( keyClass>=
FTS2_HASH_STRING
&& keyClass<=FTS2_HASH_BINARY );
95
** Hash and comparison functions when the mode is
FTS2_HASH_STRING
141
if( keyClass==
FTS2_HASH_STRING
){
156
if( keyClass==
FTS2_HASH_STRING
){
fts2.c
[
all
...]
Completed in 33 milliseconds