Lines Matching full:disallow
2799 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
15568 int disallow; /* Do not allow memory allocation */
15708 assert( mem.disallow==0 );
15803 assert( mem.disallow==0 );
75576 testcase( pExpr->op==TK_SELECT ); /* selectNodeIsConstant will disallow */
75577 testcase( pExpr->op==TK_EXISTS ); /* selectNodeIsConstant will disallow */
90730 /* Disallow the transfer optimization if the destination table constains
94901 /* Disallow both ON and USING clauses in the same join
104292 ** even on a UNIQUE index, so disallow those cases. */