HomeSort by relevance Sort by last modified time
    Searched refs:fts1Hash (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1_hash.h 21 typedef struct fts1Hash fts1Hash;
32 struct fts1Hash {
76 void sqlite3Fts1HashInit(fts1Hash*, int keytype, int copyKey);
77 void *sqlite3Fts1HashInsert(fts1Hash*, const void *pKey, int nKey, void *pData);
78 void *sqlite3Fts1HashFind(const fts1Hash*, const void *pKey, int nKey);
79 void sqlite3Fts1HashClear(fts1Hash*);
93 ** fts1Hash h;
fts1_hash.c 52 void sqlite3Fts1HashInit(fts1Hash *pNew, int keyClass, int copyKey){
69 void sqlite3Fts1HashClear(fts1Hash *pH){
162 fts1Hash *pH, /* The complete hash table */
189 static void rehash(fts1Hash *pH, int new_size){
213 const fts1Hash *pH, /* The pH to be searched */
241 fts1Hash *pH, /* The pH containing "elem" */
278 void *sqlite3Fts1HashFind(const fts1Hash *pH, const void *pKey, int nKey){
308 fts1Hash *pH, /* The hash table to insert into */
fts1.c     [all...]

Completed in 51 milliseconds