Searched defs:Fts3auxTable (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_aux.c21 typedef struct Fts3auxTable Fts3auxTable; typedef in typeref:struct:Fts3auxTable
24 struct Fts3auxTable { struct
70 Fts3auxTable *p; /* Virtual table object to return */
90 nByte = sizeof(Fts3auxTable) + sizeof(Fts3Table) + nDb + nFts3 + 2;
91 p = (Fts3auxTable *)sqlite3_malloc(nByte);
114 Fts3auxTable *p = (Fts3auxTable *)pVtab;
207 Fts3Table *pFts3 = ((Fts3auxTable *)pCursor->pVtab)->pFts3Tab;
240 Fts3Table *pFts3 = ((Fts3auxTable *)pCurso
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c116776 typedef struct Fts3auxTable Fts3auxTable; typedef in typeref:struct:Fts3auxTable
116779 struct Fts3auxTable { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c132654 typedef struct Fts3auxTable Fts3auxTable; typedef in typeref:struct:Fts3auxTable
132657 struct Fts3auxTable { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c132686 typedef struct Fts3auxTable Fts3auxTable; typedef in typeref:struct:Fts3auxTable
132689 struct Fts3auxTable { struct
[all...]

Completed in 661 milliseconds