Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15647 #define TK_ERROR 182 macro
34852 case TK_ERROR: { in sqlite3TreeViewExpr()
113186 assert( i<sqlite3ExprVectorSize(pVector) || pVector->op==TK_ERROR );
113315 assert( op==TK_VECTOR || op==TK_REGISTER || op==TK_SELECT || op==TK_ERROR );
116606 pExpr->op = TK_ERROR;
117767 assert( op==TK_NULL || op==TK_ERROR || pParse->db->mallocFailed );
118124 assert( pLeft->op==TK_SELECT || pLeft->op==TK_ERROR );
180074 #define TK_ERROR 182 macro