Home
last modified time | relevance | path

Searched defs:Fts3HashElem (Results 1 – 5 of 5) sorted by relevance

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts3/
H A Dfts3_hash.h22 typedef struct Fts3HashElem Fts3HashElem; typedef
50 struct Fts3HashElem { struct
51 Fts3HashElem *next, *prev; /* Next and previous elements in the table */ argument
52 void *data; /* Data associated with this element */
53 void *pKey; int nKey; /* Key associated with this element */
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts3/
H A Dfts3_hash.h22 typedef struct Fts3HashElem Fts3HashElem; typedef
50 struct Fts3HashElem { struct
51 Fts3HashElem *next, *prev; /* Next and previous elements in the table */ argument
52 void *data; /* Data associated with this element */
53 void *pKey; int nKey; /* Key associated with this element */
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts3/
H A Dfts3_hash.h22 typedef struct Fts3HashElem Fts3HashElem; typedef
50 struct Fts3HashElem { struct
51 Fts3HashElem *next, *prev; /* Next and previous elements in the table */ argument
52 void *data; /* Data associated with this element */
53 void *pKey; int nKey; /* Key associated with this element */
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts3/
H A Dfts3_hash.h22 typedef struct Fts3HashElem Fts3HashElem; typedef
50 struct Fts3HashElem { struct
51 Fts3HashElem *next, *prev; /* Next and previous elements in the table */ argument
52 void *data; /* Data associated with this element */
53 void *pKey; int nKey; /* Key associated with this element */
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/fts3/
H A Dfts3_hash.h22 typedef struct Fts3HashElem Fts3HashElem; typedef
50 struct Fts3HashElem { struct
51 Fts3HashElem *next, *prev; /* Next and previous elements in the table */ argument
52 void *data; /* Data associated with this element */
53 void *pKey; int nKey; /* Key associated with this element */