Searched refs:EP_FromJoin (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c762 pDerived->flags |= pBase->flags & EP_FromJoin;
1134 if( ExprHasProperty(pExpr, EP_FromJoin) ){
3201 && (pLevel->iLeftJoin==0 || ExprHasProperty(pTerm->pExpr, EP_FromJoin))
4203 if( pLevel->iLeftJoin && !ExprHasProperty(pE, EP_FromJoin) ){
H A DsqliteInt.h1670 i16 iRightJoinTable; /* If EP_FromJoin, the right table of the join */
1683 #define EP_FromJoin 0x0001 /* Originated in ON or USING clause of a join */ macro
H A Dselect.c261 ExprSetProperty(pEq, EP_FromJoin);
270 ** Set the EP_FromJoin property on all terms of the given expression.
274 ** The EP_FromJoin property is used on terms of an expression to tell
297 ExprSetProperty(p, EP_FromJoin);
/external/sqlite/dist/orig/
H A Dsqlite3.c11385 i16 iRightJoinTable; /* If EP_FromJoin, the right table of the join */
11396 #define EP_FromJoin 0x000001 /* Originated in ON or USING clause of a join */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11385 i16 iRightJoinTable; /* If EP_FromJoin, the right table of the join */
11396 #define EP_FromJoin 0x000001 /* Originated in ON or USING clause of a join */ macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10015 i16 iRightJoinTable; /* If EP_FromJoin, the right table of the join */
10028 #define EP_FromJoin 0x0001 /* Originated in ON or USING clause of a join */ macro
[all...]

Completed in 1978 milliseconds