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

/external/chromium_org/third_party/sqlite/src/src/
H A Dresolve.c594 ExprSetProperty(pExpr, EP_VarSelect);
H A DsqliteInt.h1688 #define EP_VarSelect 0x0020 /* pSelect is correlated, not constant */ macro
H A Dexpr.c1593 if( !ExprHasAnyProperty(pExpr, EP_VarSelect) && !pParse->pTriggerTab ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10033 #define EP_VarSelect 0x0020 /* pSelect is correlated, not constant */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11401 #define EP_VarSelect 0x000020 /* pSelect is correlated, not constant */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11401 #define EP_VarSelect 0x000020 /* pSelect is correlated, not constant */ macro
[all...]

Completed in 512 milliseconds