Home
last modified time | relevance | path

Searched refs:bComplex (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Ddelete.c312 int bComplex; /* True if there are triggers or FKs or in sqlite3DeleteFrom() local
347 bComplex = pTrigger || sqlite3FkRequired(pParse, pTab, 0, 0); in sqlite3DeleteFrom()
411 sqlite3BeginWriteOperation(pParse, bComplex, iDb); in sqlite3DeleteFrom()
462 && !bComplex in sqlite3DeleteFrom()
486 if( sNC.ncFlags & NC_VarSelect ) bComplex = 1; in sqlite3DeleteFrom()
487 wcf |= (bComplex ? 0 : WHERE_ONEPASS_MULTIROW); in sqlite3DeleteFrom()
519 assert( IsVirtual(pTab) || bComplex || eOnePass!=ONEPASS_OFF ); in sqlite3DeleteFrom()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_unicode2.c162 static int remove_diacritic(int c, int bComplex){ in remove_diacritic() argument
220 if( bComplex==0 && (aChar[iRes] & 0x80) ) return c; in remove_diacritic()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_unicode2.c31 static int fts5_remove_diacritic(int c, int bComplex){ in fts5_remove_diacritic() argument
89 if( bComplex==0 && (aChar[iRes] & 0x80) ) return c; in fts5_remove_diacritic()