Searched refs:bComplex (Results 1 – 1 of 1) sorted by relevance
133220 int bComplex; /* True if there are triggers or FKs or local133255 bComplex = pTrigger || sqlite3FkRequired(pParse, pTab, 0, 0);133319 sqlite3BeginWriteOperation(pParse, bComplex, iDb);133370 && !bComplex133394 if( sNC.ncFlags & NC_Subquery ) bComplex = 1;133395 wcf |= (bComplex ? 0 : WHERE_ONEPASS_MULTIROW);133427 assert( IsVirtual(pTab) || bComplex || eOnePass!=ONEPASS_OFF212505 static int remove_diacritic(int c, int bComplex){ argument212563 if( bComplex==0 && (aChar[iRes] & 0x80) ) return c;267339 static int fts5_remove_diacritic(int c, int bComplex){ argument[all …]