Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c34746 Expr *pOB = pExpr->pLeft; in sqlite3TreeViewExpr() local
34747 assert( pOB->op==TK_ORDER ); in sqlite3TreeViewExpr()
34748 assert( ExprUseXList(pOB) ); in sqlite3TreeViewExpr()
34749 sqlite3TreeViewExprList(pView, pOB->x.pList, pWin!=0, "ORDERBY"); in sqlite3TreeViewExpr()
114047 Expr *pOB; local
114077 pOB = sqlite3ExprAlloc(db, TK_ORDER, 0, 0);
114078 if( pOB==0 ){
114082 pOB->x.pList = pOrderBy;
114083 assert( ExprUseXList(pOB) );
114084 pExpr->pLeft = pOB;
[all …]