Home | History | Annotate | Download | only in orig

Lines Matching defs: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 );
75540 testcase( pExpr->op==TK_SELECT ); /* selectNodeIsConstant will disallow */
75541 testcase( pExpr->op==TK_EXISTS ); /* selectNodeIsConstant will disallow */
90694 /* Disallow the transfer optimization if the destination table constains
94865 /* Disallow both ON and USING clauses in the same join
104256 ** even on a UNIQUE index, so disallow those cases. */