Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c7442 #define TK_ID 26 macro
72282 case TK_ID: {
72297 if( pRight->op==TK_ID ){
72432 if( pE->op==TK_ID ){
74153 case TK_ID:
74157 testcase( pExpr->op==TK_ID );
78365 if( pExpr->op!=TK_ID ){
80487 needQuote = sqlite3Isdigit(zIdent[0]) || sqlite3KeywordCode(zIdent, j)!=TK_ID;
86188 pRight = sqlite3Expr(db, TK_ID, zCol);
86681 sqlite3PExpr(pParse, TK_ID, 0, 0, &tOld),
[all …]
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c14365 #define TK_ID 59 macro
32707 case TK_ID: { in sqlite3TreeViewExpr()
106360 assert( pExpr->op==TK_ID );
106673 case TK_ID:
106680 if( pExpr->op==TK_ID ){
106692 if( pRight->op==TK_ID ){
106987 if( ALWAYS(pRight) && (pRight->op==TK_ID || pRight->op==TK_TRUEFALSE) ){
107060 if( pE->op==TK_ID ){
110168 assert( pExpr->op==TK_ID || pExpr->op==TK_STRING );
110270 case TK_ID:
[all …]