Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvtab.c830 sParse.eParseMode = PARSE_MODE_DECLARE_VTAB; in sqlite3_declare_vtab()
H A DsqliteInt.h3740 #define PARSE_MODE_DECLARE_VTAB 1 macro
3759 #define IN_DECLARE_VTAB (pParse->eParseMode==PARSE_MODE_DECLARE_VTAB)