Fts3Table        113070 third_party/sqlite/amalgamation/sqlite3.c typedef struct Fts3Table Fts3Table;
Fts3Table        113253 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3PendingTermsFlush(Fts3Table *);
Fts3Table        113254 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3Fts3PendingTermsClear(Fts3Table *);
Fts3Table        113255 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3Optimize(Fts3Table *);
Fts3Table        113258 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3SegReaderPending(Fts3Table*,const char*,int,int,Fts3SegReader**);
Fts3Table        113261 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3AllSegdirs(Fts3Table*, int, sqlite3_stmt **);
Fts3Table        113262 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3ReadLock(Fts3Table *);
Fts3Table        113263 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3ReadBlock(Fts3Table*, sqlite3_int64, char **, int*);
Fts3Table        113265 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3SelectDoctotal(Fts3Table *, sqlite3_stmt **);
Fts3Table        113266 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3SelectDocsize(Fts3Table *, sqlite3_int64, sqlite3_stmt **);
Fts3Table        113273 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3Fts3SegmentsClose(Fts3Table *);
Fts3Table        113278 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3SegReaderStart(Fts3Table*, Fts3SegReaderCursor*, Fts3SegFilter*);
Fts3Table        113279 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3SegReaderStep(Fts3Table *, Fts3SegReaderCursor *);
Fts3Table        113282 third_party/sqlite/amalgamation/sqlite3.c     Fts3Table *, int, const char *, int, int, int, Fts3SegReaderCursor *);
Fts3Table        113491 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p = (Fts3Table *)pVtab;
Fts3Table        113544 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p = (Fts3Table *)pVtab;
Fts3Table        113571 third_party/sqlite/amalgamation/sqlite3.c static void fts3DeclareVtab(int *pRc, Fts3Table *p){
Fts3Table        113609 third_party/sqlite/amalgamation/sqlite3.c static int fts3CreateTables(Fts3Table *p){
Fts3Table        113668 third_party/sqlite/amalgamation/sqlite3.c static void fts3DatabasePageSize(int *pRc, Fts3Table *p){
Fts3Table        113801 third_party/sqlite/amalgamation/sqlite3.c static char *fts3ReadExprList(Fts3Table *p, const char *zFunc, int *pRc){
Fts3Table        113840 third_party/sqlite/amalgamation/sqlite3.c static char *fts3WriteExprList(Fts3Table *p, const char *zFunc, int *pRc){
Fts3Table        113880 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p = 0;               /* Pointer to allocated vtab */
Fts3Table        113984 third_party/sqlite/amalgamation/sqlite3.c   nByte = sizeof(Fts3Table) +              /* Fts3Table */
Fts3Table        113989 third_party/sqlite/amalgamation/sqlite3.c   p = (Fts3Table*)sqlite3_malloc(nByte);
Fts3Table        114103 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p = (Fts3Table *)pVTab;
Fts3Table        114178 third_party/sqlite/amalgamation/sqlite3.c   assert( ((Fts3Table *)pCsr->base.pVtab)->pSegments==0 );
Fts3Table        114361 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        115057 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p,                   /* Virtual table object */
Fts3Table        115155 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p,                   /* FTS3 table handle */
Fts3Table        115262 third_party/sqlite/amalgamation/sqlite3.c     Fts3Table *p = (Fts3Table *)pCsr->base.pVtab;
Fts3Table        115295 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        115452 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p = (Fts3Table *)pCsr->base.pVtab;
Fts3Table        116102 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p = (Fts3Table *)pCursor->pVtab;
Fts3Table        116210 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p = (Fts3Table *)pCursor->pVtab;
Fts3Table        116256 third_party/sqlite/amalgamation/sqlite3.c   int rc = sqlite3Fts3PendingTermsFlush((Fts3Table *)pVtab);
Fts3Table        116257 third_party/sqlite/amalgamation/sqlite3.c   sqlite3Fts3SegmentsClose((Fts3Table *)pVtab);
Fts3Table        116266 third_party/sqlite/amalgamation/sqlite3.c   assert( ((Fts3Table *)pVtab)->nPendingData==0 );
Fts3Table        116277 third_party/sqlite/amalgamation/sqlite3.c   assert( ((Fts3Table *)pVtab)->nPendingData==0 );
Fts3Table        116286 third_party/sqlite/amalgamation/sqlite3.c   sqlite3Fts3PendingTermsClear((Fts3Table *)pVtab);
Fts3Table        116481 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p;                   /* Virtual table handle */
Fts3Table        116488 third_party/sqlite/amalgamation/sqlite3.c   p = (Fts3Table *)pCursor->base.pVtab;
Fts3Table        116569 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p = (Fts3Table *)pVtab;
Fts3Table        116781 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *pFts3Tab;
Fts3Table        116845 third_party/sqlite/amalgamation/sqlite3.c   nByte = sizeof(Fts3auxTable) + sizeof(Fts3Table) + nDb + nFts3 + 2;
Fts3Table        116850 third_party/sqlite/amalgamation/sqlite3.c   p->pFts3Tab = (Fts3Table *)&p[1];
Fts3Table        116870 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *pFts3 = p->pFts3Tab;
Fts3Table        116962 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *pFts3 = ((Fts3auxTable *)pCursor->pVtab)->pFts3Tab;
Fts3Table        116995 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *pFts3 = ((Fts3auxTable *)pCursor->pVtab)->pFts3Tab;
Fts3Table        117095 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *pFts3 = ((Fts3auxTable *)pCursor->pVtab)->pFts3Tab;
Fts3Table        120108 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        120182 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *pTab,                /* FTS3 table handle */
Fts3Table        120212 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *pTab,                /* Fts3 table handle */
Fts3Table        120219 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *pTab,                /* Fts3 table handle */
Fts3Table        120236 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p,            /* The FTS3 table */
Fts3Table        120269 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3ReadLock(Fts3Table *p){
Fts3Table        120299 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3AllSegdirs(Fts3Table *p, int iLevel, sqlite3_stmt **ppStmt){
Fts3Table        120429 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p,                   /* Table into which text will be inserted */
Fts3Table        120502 third_party/sqlite/amalgamation/sqlite3.c static int fts3PendingTermsDocid(Fts3Table *p, sqlite_int64 iDocid){
Fts3Table        120520 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3Fts3PendingTermsClear(Fts3Table *p){
Fts3Table        120537 third_party/sqlite/amalgamation/sqlite3.c static int fts3InsertTerms(Fts3Table *p, sqlite3_value **apVal, u32 *aSz){
Fts3Table        120566 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p,                   /* Full-text table */
Fts3Table        120623 third_party/sqlite/amalgamation/sqlite3.c static int fts3DeleteAll(Fts3Table *p){
Fts3Table        120649 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p,           /* The FTS table to delete from */
Fts3Table        120683 third_party/sqlite/amalgamation/sqlite3.c static int fts3SegmentMerge(Fts3Table *, int);
Fts3Table        120700 third_party/sqlite/amalgamation/sqlite3.c static int fts3AllocateSegdirIdx(Fts3Table *p, int iLevel, int *piIdx){
Fts3Table        120760 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p,                   /* FTS3 table handle */
Fts3Table        120808 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3Fts3SegmentsClose(Fts3Table *p){
Fts3Table        120818 third_party/sqlite/amalgamation/sqlite3.c static int fts3SegReaderNext(Fts3Table *p, Fts3SegReader *pReader){
Fts3Table        120980 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p = (Fts3Table*)pCsr->base.pVtab;
Fts3Table        121140 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        121337 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        121357 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        121406 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        121543 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        121612 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        121750 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        121803 third_party/sqlite/amalgamation/sqlite3.c static int fts3IsEmpty(Fts3Table *p, sqlite3_value **apVal, int *pisEmpty){
Fts3Table        121823 third_party/sqlite/amalgamation/sqlite3.c static int fts3SegmentCountMax(Fts3Table *p, int *pnSegment, int *pnMax){
Fts3Table        121851 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        121935 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        121966 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        122130 third_party/sqlite/amalgamation/sqlite3.c static int fts3SegmentMerge(Fts3Table *p, int iLevel){
Fts3Table        122192 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3PendingTermsFlush(Fts3Table *p){
Fts3Table        122238 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p,     /* Table into which to insert */
Fts3Table        122282 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p,                   /* Table being updated */
Fts3Table        122352 third_party/sqlite/amalgamation/sqlite3.c static int fts3SpecialInsert(Fts3Table *p, sqlite3_value *pVal){
Fts3Table        122461 third_party/sqlite/amalgamation/sqlite3.c     Fts3Table *p = (Fts3Table *)pCsr->base.pVtab;
Fts3Table        122541 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *p = (Fts3Table *)pVtab;
Fts3Table        122614 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3Optimize(Fts3Table *p){
Fts3Table        123218 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *pTab,                /* FTS3 table snippet comes from */
Fts3Table        123292 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab;
Fts3Table        123534 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *pTab, 
Fts3Table        123578 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *pTab,
Fts3Table        123772 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab;
Fts3Table        123872 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab;
Fts3Table        123944 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab;
Fts3Table        124085 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab;
Fts3Table        124222 third_party/sqlite/amalgamation/sqlite3.c   Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab;
Fts3Table         441 third_party/sqlite/src/ext/fts3/fts3.c   Fts3Table *p = (Fts3Table *)pVtab;
Fts3Table         494 third_party/sqlite/src/ext/fts3/fts3.c   Fts3Table *p = (Fts3Table *)pVtab;
Fts3Table         521 third_party/sqlite/src/ext/fts3/fts3.c static void fts3DeclareVtab(int *pRc, Fts3Table *p){
Fts3Table         559 third_party/sqlite/src/ext/fts3/fts3.c static int fts3CreateTables(Fts3Table *p){
Fts3Table         618 third_party/sqlite/src/ext/fts3/fts3.c static void fts3DatabasePageSize(int *pRc, Fts3Table *p){
Fts3Table         751 third_party/sqlite/src/ext/fts3/fts3.c static char *fts3ReadExprList(Fts3Table *p, const char *zFunc, int *pRc){
Fts3Table         790 third_party/sqlite/src/ext/fts3/fts3.c static char *fts3WriteExprList(Fts3Table *p, const char *zFunc, int *pRc){
Fts3Table         830 third_party/sqlite/src/ext/fts3/fts3.c   Fts3Table *p = 0;               /* Pointer to allocated vtab */
Fts3Table         934 third_party/sqlite/src/ext/fts3/fts3.c   nByte = sizeof(Fts3Table) +              /* Fts3Table */
Fts3Table         939 third_party/sqlite/src/ext/fts3/fts3.c   p = (Fts3Table*)sqlite3_malloc(nByte);
Fts3Table        1053 third_party/sqlite/src/ext/fts3/fts3.c   Fts3Table *p = (Fts3Table *)pVTab;
Fts3Table        1128 third_party/sqlite/src/ext/fts3/fts3.c   assert( ((Fts3Table *)pCsr->base.pVtab)->pSegments==0 );
Fts3Table        1311 third_party/sqlite/src/ext/fts3/fts3.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        2007 third_party/sqlite/src/ext/fts3/fts3.c   Fts3Table *p,                   /* Virtual table object */
Fts3Table        2105 third_party/sqlite/src/ext/fts3/fts3.c   Fts3Table *p,                   /* FTS3 table handle */
Fts3Table        2212 third_party/sqlite/src/ext/fts3/fts3.c     Fts3Table *p = (Fts3Table *)pCsr->base.pVtab;
Fts3Table        2245 third_party/sqlite/src/ext/fts3/fts3.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        2402 third_party/sqlite/src/ext/fts3/fts3.c   Fts3Table *p = (Fts3Table *)pCsr->base.pVtab;
Fts3Table        3052 third_party/sqlite/src/ext/fts3/fts3.c   Fts3Table *p = (Fts3Table *)pCursor->pVtab;
Fts3Table        3160 third_party/sqlite/src/ext/fts3/fts3.c   Fts3Table *p = (Fts3Table *)pCursor->pVtab;
Fts3Table        3206 third_party/sqlite/src/ext/fts3/fts3.c   int rc = sqlite3Fts3PendingTermsFlush((Fts3Table *)pVtab);
Fts3Table        3207 third_party/sqlite/src/ext/fts3/fts3.c   sqlite3Fts3SegmentsClose((Fts3Table *)pVtab);
Fts3Table        3216 third_party/sqlite/src/ext/fts3/fts3.c   assert( ((Fts3Table *)pVtab)->nPendingData==0 );
Fts3Table        3227 third_party/sqlite/src/ext/fts3/fts3.c   assert( ((Fts3Table *)pVtab)->nPendingData==0 );
Fts3Table        3236 third_party/sqlite/src/ext/fts3/fts3.c   sqlite3Fts3PendingTermsClear((Fts3Table *)pVtab);
Fts3Table        3431 third_party/sqlite/src/ext/fts3/fts3.c   Fts3Table *p;                   /* Virtual table handle */
Fts3Table        3438 third_party/sqlite/src/ext/fts3/fts3.c   p = (Fts3Table *)pCursor->base.pVtab;
Fts3Table        3519 third_party/sqlite/src/ext/fts3/fts3.c   Fts3Table *p = (Fts3Table *)pVtab;
Fts3Table         101 third_party/sqlite/src/ext/fts3/fts3Int.h typedef struct Fts3Table Fts3Table;
Fts3Table         284 third_party/sqlite/src/ext/fts3/fts3Int.h int sqlite3Fts3PendingTermsFlush(Fts3Table *);
Fts3Table         285 third_party/sqlite/src/ext/fts3/fts3Int.h void sqlite3Fts3PendingTermsClear(Fts3Table *);
Fts3Table         286 third_party/sqlite/src/ext/fts3/fts3Int.h int sqlite3Fts3Optimize(Fts3Table *);
Fts3Table         289 third_party/sqlite/src/ext/fts3/fts3Int.h int sqlite3Fts3SegReaderPending(Fts3Table*,const char*,int,int,Fts3SegReader**);
Fts3Table         292 third_party/sqlite/src/ext/fts3/fts3Int.h int sqlite3Fts3AllSegdirs(Fts3Table*, int, sqlite3_stmt **);
Fts3Table         293 third_party/sqlite/src/ext/fts3/fts3Int.h int sqlite3Fts3ReadLock(Fts3Table *);
Fts3Table         294 third_party/sqlite/src/ext/fts3/fts3Int.h int sqlite3Fts3ReadBlock(Fts3Table*, sqlite3_int64, char **, int*);
Fts3Table         296 third_party/sqlite/src/ext/fts3/fts3Int.h int sqlite3Fts3SelectDoctotal(Fts3Table *, sqlite3_stmt **);
Fts3Table         297 third_party/sqlite/src/ext/fts3/fts3Int.h int sqlite3Fts3SelectDocsize(Fts3Table *, sqlite3_int64, sqlite3_stmt **);
Fts3Table         304 third_party/sqlite/src/ext/fts3/fts3Int.h void sqlite3Fts3SegmentsClose(Fts3Table *);
Fts3Table         309 third_party/sqlite/src/ext/fts3/fts3Int.h int sqlite3Fts3SegReaderStart(Fts3Table*, Fts3SegReaderCursor*, Fts3SegFilter*);
Fts3Table         310 third_party/sqlite/src/ext/fts3/fts3Int.h int sqlite3Fts3SegReaderStep(Fts3Table *, Fts3SegReaderCursor *);
Fts3Table         313 third_party/sqlite/src/ext/fts3/fts3Int.h     Fts3Table *, int, const char *, int, int, int, Fts3SegReaderCursor *);
Fts3Table          26 third_party/sqlite/src/ext/fts3/fts3_aux.c   Fts3Table *pFts3Tab;
Fts3Table          90 third_party/sqlite/src/ext/fts3/fts3_aux.c   nByte = sizeof(Fts3auxTable) + sizeof(Fts3Table) + nDb + nFts3 + 2;
Fts3Table          95 third_party/sqlite/src/ext/fts3/fts3_aux.c   p->pFts3Tab = (Fts3Table *)&p[1];
Fts3Table         115 third_party/sqlite/src/ext/fts3/fts3_aux.c   Fts3Table *pFts3 = p->pFts3Tab;
Fts3Table         207 third_party/sqlite/src/ext/fts3/fts3_aux.c   Fts3Table *pFts3 = ((Fts3auxTable *)pCursor->pVtab)->pFts3Tab;
Fts3Table         240 third_party/sqlite/src/ext/fts3/fts3_aux.c   Fts3Table *pFts3 = ((Fts3auxTable *)pCursor->pVtab)->pFts3Tab;
Fts3Table         340 third_party/sqlite/src/ext/fts3/fts3_aux.c   Fts3Table *pFts3 = ((Fts3auxTable *)pCursor->pVtab)->pFts3Tab;
Fts3Table         585 third_party/sqlite/src/ext/fts3/fts3_snippet.c   Fts3Table *pTab,                /* FTS3 table snippet comes from */
Fts3Table         659 third_party/sqlite/src/ext/fts3/fts3_snippet.c   Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab;
Fts3Table         901 third_party/sqlite/src/ext/fts3/fts3_snippet.c   Fts3Table *pTab, 
Fts3Table         945 third_party/sqlite/src/ext/fts3/fts3_snippet.c   Fts3Table *pTab,
Fts3Table        1139 third_party/sqlite/src/ext/fts3/fts3_snippet.c   Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab;
Fts3Table        1239 third_party/sqlite/src/ext/fts3/fts3_snippet.c   Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab;
Fts3Table        1311 third_party/sqlite/src/ext/fts3/fts3_snippet.c   Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab;
Fts3Table        1452 third_party/sqlite/src/ext/fts3/fts3_snippet.c   Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab;
Fts3Table        1589 third_party/sqlite/src/ext/fts3/fts3_snippet.c   Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab;
Fts3Table         202 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table         276 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *pTab,                /* FTS3 table handle */
Fts3Table         306 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *pTab,                /* Fts3 table handle */
Fts3Table         313 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *pTab,                /* Fts3 table handle */
Fts3Table         330 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *p,            /* The FTS3 table */
Fts3Table         363 third_party/sqlite/src/ext/fts3/fts3_write.c int sqlite3Fts3ReadLock(Fts3Table *p){
Fts3Table         393 third_party/sqlite/src/ext/fts3/fts3_write.c int sqlite3Fts3AllSegdirs(Fts3Table *p, int iLevel, sqlite3_stmt **ppStmt){
Fts3Table         523 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *p,                   /* Table into which text will be inserted */
Fts3Table         596 third_party/sqlite/src/ext/fts3/fts3_write.c static int fts3PendingTermsDocid(Fts3Table *p, sqlite_int64 iDocid){
Fts3Table         614 third_party/sqlite/src/ext/fts3/fts3_write.c void sqlite3Fts3PendingTermsClear(Fts3Table *p){
Fts3Table         631 third_party/sqlite/src/ext/fts3/fts3_write.c static int fts3InsertTerms(Fts3Table *p, sqlite3_value **apVal, u32 *aSz){
Fts3Table         660 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *p,                   /* Full-text table */
Fts3Table         717 third_party/sqlite/src/ext/fts3/fts3_write.c static int fts3DeleteAll(Fts3Table *p){
Fts3Table         743 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *p,           /* The FTS table to delete from */
Fts3Table         777 third_party/sqlite/src/ext/fts3/fts3_write.c static int fts3SegmentMerge(Fts3Table *, int);
Fts3Table         794 third_party/sqlite/src/ext/fts3/fts3_write.c static int fts3AllocateSegdirIdx(Fts3Table *p, int iLevel, int *piIdx){
Fts3Table         854 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *p,                   /* FTS3 table handle */
Fts3Table         902 third_party/sqlite/src/ext/fts3/fts3_write.c void sqlite3Fts3SegmentsClose(Fts3Table *p){
Fts3Table         912 third_party/sqlite/src/ext/fts3/fts3_write.c static int fts3SegReaderNext(Fts3Table *p, Fts3SegReader *pReader){
Fts3Table        1074 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *p = (Fts3Table*)pCsr->base.pVtab;
Fts3Table        1234 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        1431 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        1451 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        1500 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        1637 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        1706 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        1844 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        1897 third_party/sqlite/src/ext/fts3/fts3_write.c static int fts3IsEmpty(Fts3Table *p, sqlite3_value **apVal, int *pisEmpty){
Fts3Table        1917 third_party/sqlite/src/ext/fts3/fts3_write.c static int fts3SegmentCountMax(Fts3Table *p, int *pnSegment, int *pnMax){
Fts3Table        1945 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        2029 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        2060 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *p,                   /* Virtual table handle */
Fts3Table        2224 third_party/sqlite/src/ext/fts3/fts3_write.c static int fts3SegmentMerge(Fts3Table *p, int iLevel){
Fts3Table        2286 third_party/sqlite/src/ext/fts3/fts3_write.c int sqlite3Fts3PendingTermsFlush(Fts3Table *p){
Fts3Table        2332 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *p,     /* Table into which to insert */
Fts3Table        2376 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *p,                   /* Table being updated */
Fts3Table        2446 third_party/sqlite/src/ext/fts3/fts3_write.c static int fts3SpecialInsert(Fts3Table *p, sqlite3_value *pVal){
Fts3Table        2555 third_party/sqlite/src/ext/fts3/fts3_write.c     Fts3Table *p = (Fts3Table *)pCsr->base.pVtab;
Fts3Table        2635 third_party/sqlite/src/ext/fts3/fts3_write.c   Fts3Table *p = (Fts3Table *)pVtab;
Fts3Table        2708 third_party/sqlite/src/ext/fts3/fts3_write.c int sqlite3Fts3Optimize(Fts3Table *p){