Lines Matching refs:IN_DECLARE_VTAB
16960 #define IN_DECLARE_VTAB 0
16962 #define IN_DECLARE_VTAB (pParse->declareVtab)
101554 if( db->init.busy || IN_DECLARE_VTAB ){
102531 if( !IN_DECLARE_VTAB ){
102994 if( pTab && !IN_DECLARE_VTAB
103332 if( IN_DECLARE_VTAB ) return;
104265 if( p==0 || IN_DECLARE_VTAB ) goto fk_end;
104549 if( IN_DECLARE_VTAB && idxType!=SQLITE_IDXTYPE_PRIMARYKEY ){
104681 if( IN_DECLARE_VTAB ) zName[7]++;
104937 assert( !IN_DECLARE_VTAB );
142951 if( !IN_DECLARE_VTAB ){