Searched refs:TK_LITERAL (Results 1 – 1 of 1) sorted by relevance
254 #define TK_LITERAL 2 macro280 #define TK_STRING TK_LITERAL284 #define TK_INTEGER TK_LITERAL285 #define TK_FLOAT TK_LITERAL286 #define TK_VARIABLE TK_LITERAL287 #define TK_BLOB TK_LITERAL579 case TK_LITERAL: { in sqlite3_normalize()