Home | History | Annotate | Download | only in orig

Lines Matching defs:declareVtab

11146   u8 declareVtab;           /* True if inside sqlite3_declare_vtab() */
11178 #define IN_DECLARE_VTAB (pParse->declareVtab)
102144 pParse->declareVtab = 1;
102166 pParse->declareVtab = 0;
112036 /* If the pParse->declareVtab flag is set, do not delete any table