Home | History | Annotate | Download | only in orig

Lines Matching defs:zSegmentsTbl

126759   char *zSegmentsTbl;             /* Name of %_segments table */
127324 sqlite3_free(p->zSegmentsTbl);
132771 sqlite3_free(pFts3->zSegmentsTbl);
137901 if( 0==p->zSegmentsTbl ){
137902 p->zSegmentsTbl = sqlite3_mprintf("%s_segments", p->zName);
137903 if( 0==p->zSegmentsTbl ) return SQLITE_NOMEM;
137906 p->db, p->zDb, p->zSegmentsTbl, "block", iBlockid, 0, &p->pSegments