Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.c14586 #define TK_DOT 141 macro
32909 case TK_DOT: zBinOp = "DOT"; break; in sqlite3TreeViewExpr()
107186 case TK_DOT: {
107207 assert( pRight->op==TK_DOT );
110812 case TK_DOT:
110815 testcase( pExpr->op==TK_DOT );
131924 sqlite3PExpr(pParse, TK_DOT,
131938 sqlite3PExpr(pParse, TK_DOT,
131941 sqlite3PExpr(pParse, TK_DOT,
131951 pNew = sqlite3PExpr(pParse, TK_DOT,
[all …]