Lines Matching defs:xIntegrity
7664 int (*xIntegrity)(sqlite3_vtab *pVTab, const char *zSchema,
101317 ** that supports the xIntegrity() method. This opcode runs the xIntegrity()
101342 assert( pModule->xIntegrity!=0 );
101345 rc = pModule->xIntegrity(pVtab, db->aDb[pOp->p1].zDbSName, pTab->zName,
106002 /* xIntegrity */ 0
140861 /* Second pass to invoke the xIntegrity method on all virtual
140881 if( pVTab->pModule->xIntegrity==0 ) continue;
141780 0 /* xIntegrity */
190156 ** Implementation of the xIntegrity() method on the FTS3/FTS4 virtual
190214 /* xIntegrity */ fts3IntegrityMethod,
192891 0 /* xIntegrity */
196458 0 /* xIntegrity */
210193 0 /* xIntegrity */
210222 0 /* xIntegrity */
213687 rtreeIntegrity /* xIntegrity */
214511 ** Implementation of the xIntegrity method for Rtree.
216388 rtreeIntegrity /* xIntegrity */
224438 0 /* xIntegrity */
224876 0 /* xIntegrity */
249575 0 /* xIntegrity */
252622 /* xIntegrity */ fts5IntegrityMethod
257315 /* xIntegrity */ 0
257644 0 /* xIntegrity */