Searched defs:pColExpr (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dselect.c1248 Expr *pColExpr = p; /* The expression that is the result column name */ local
1250 while( pColExpr->op==TK_DOT ) pColExpr = pColExpr->pRight;
1251 if( pColExpr->op==TK_COLUMN && ALWAYS(pColExpr->pTab!=0) ){
1253 int iCol = pColExpr->iColumn;
1254 pTab = pColExpr->pTab;
1258 }else if( pColExpr->op==TK_ID ){
1259 assert( !ExprHasProperty(pColExpr, EP_IntValu
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c91170 Expr *pColExpr = p; /* The expression that is the result column name */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c103007 Expr *pColExpr = p; /* The expression that is the result column name */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c103027 Expr *pColExpr = p; /* The expression that is the result column name */ local
[all...]

Completed in 835 milliseconds