Lines Matching defs:declareVtab
11146 u8 declareVtab; /* True if inside sqlite3_declare_vtab() */11178 #define IN_DECLARE_VTAB (pParse->declareVtab)102180 pParse->declareVtab = 1;102202 pParse->declareVtab = 0;112072 /* If the pParse->declareVtab flag is set, do not delete any table