Home
last modified time | relevance | path

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

/freebsd-10-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-10-stable/contrib/sqlite3/
Dsqlite3.c11317 #define TK_ID 55 macro
26055 case TK_ID: {
88567 case TK_ID: {
88584 if( pRight->op==TK_ID ){
88760 if( pE->op==TK_ID ){
90818 case TK_ID:
90822 testcase( pExpr->op==TK_ID );
96578 if( pExpr->op!=TK_ID ){
98646 p->op = TK_ID;
98648 p->pLeft->op = TK_ID;
[all …]