Home
last modified time | relevance | path

Searched refs:EP_xIsSelect (Results 1 – 2 of 2) sorted by relevance

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c10347 #define EP_xIsSelect 0x0800 /* x.pSelect is valid (otherwise x.pList is) */ macro
71711 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
72326 assert( !ExprHasProperty(pExpr, EP_xIsSelect) );
72384 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
73056 assert( pExpr->flags&EP_xIsSelect );
73187 }else if( ExprHasProperty(pExpr, EP_xIsSelect) ){
73347 if( ExprHasProperty(p, EP_xIsSelect) ){
73544 assert( !ExprHasProperty(pNew, EP_xIsSelect) );
73646 if( ExprHasProperty(p, EP_xIsSelect) ){
73820 if( ExprHasProperty(p, EP_xIsSelect) ){
[all …]
/NextBSD/contrib/sqlite3/
HDsqlite3.c12065 #define EP_xIsSelect 0x000800 /* x.pSelect is valid (otherwise x.pList is) */ macro
22873 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
82536 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
83336 assert( !ExprHasProperty(pExpr, EP_xIsSelect) );
83431 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
84198 assert( pExpr->flags&EP_xIsSelect );
84259 assert( !ExprHasProperty(pExpr, EP_xIsSelect) );
84318 if( p->x.pList!=0 && ALWAYS(!ExprHasProperty(p, EP_xIsSelect)) ){
84380 }else if( ExprHasProperty(pExpr, EP_xIsSelect) ){
84541 if( ExprHasProperty(p, EP_xIsSelect) ){
[all …]