Searched refs:HASH_BINARY (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dft_hash.h69 ** HASH_BINARY pKey points to binary data nKey bytes long.
72 ** A copy of the key is made for HASH_STRING and HASH_BINARY
78 #define HASH_BINARY 4 macro
H A Dft_hash.c35 ** HASH_BINARY, or HASH_STRING. The value of keyClass
39 ** sense for HASH_STRING and HASH_BINARY and is ignored
44 assert( keyClass>=HASH_STRING && keyClass<=HASH_BINARY );
128 ** Hash and comparison functions when the mode is HASH_BINARY
161 case HASH_BINARY: return &binHash;;
169 assert( keyClass==HASH_BINARY );
187 case HASH_BINARY: return &binCompare;
195 assert( keyClass==HASH_BINARY );

Completed in 68 milliseconds