EP_FixedDest     73691 third_party/sqlite/amalgamation/sqlite3.c   if( (p->flags & EP_FixedDest)==0 ){
EP_FixedDest     73755 third_party/sqlite/amalgamation/sqlite3.c           if( ALWAYS(pItem->pExpr) ) pItem->pExpr->flags |= EP_FixedDest;
EP_FixedDest     2954 third_party/sqlite/src/src/expr.c   if( (p->flags & EP_FixedDest)==0 ){
EP_FixedDest     3018 third_party/sqlite/src/src/expr.c           if( ALWAYS(pItem->pExpr) ) pItem->pExpr->flags |= EP_FixedDest;