Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c99843 if( ExprHasProperty(p, EP_Commuted) ){
100214 if( ExprHasProperty(p, EP_xIsSelect) ){
100592 if( ExprHasProperty(p, EP_Leaf) && !ExprHasProperty(p, EP_TokenOnly) ){
100618 if( !ExprHasProperty(p, EP_Static) ){
100690 || ExprHasProperty(p, EP_WinFunc)
101407 if( !ExprHasProperty(pExpr, EP_Quoted)
102177 && !ExprHasProperty(pX, EP_xIsSelect)
104739 if( ExprHasProperty(pA,EP_WinFunc)!=ExprHasProperty(pB,EP_WinFunc) ){
129269 if( ExprHasProperty(p, EP_FromJoin)
132311 if( ExprHasProperty(pExpr, EP_FromJoin)
[all …]
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c58204 if( ExprHasProperty(pExpr, EP_IntValue) ){
71711 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
72989 return ExprHasProperty(pExpr, EP_Error);
73347 if( ExprHasProperty(p, EP_xIsSelect) ){
73646 if( ExprHasProperty(p, EP_xIsSelect) ){
73652 if( !ExprHasProperty(p, EP_Static) ){
73820 if( ExprHasProperty(p, EP_xIsSelect) ){
76461 if( ExprHasProperty(pA, EP_xIsSelect) || ExprHasProperty(pB, EP_xIsSelect) ){
76470 if( ExprHasProperty(pA, EP_IntValue) ){
100795 if( ExprHasProperty(p, EP_xIsSelect) ){
[all …]