Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c19342 int ncFlags; /* Zero or more NC_* flags defined below */ member
106345 if( pTopNC->ncFlags & NC_IsDDL ){
106496 testcase( pNC->ncFlags & NC_PartIdx );
106497 testcase( pNC->ncFlags & NC_IsCheck );
106498 if( (pNC->ncFlags & (NC_PartIdx|NC_IsCheck))!=0 ){
106681 if( (pNC->ncFlags & NC_UBaseReg)!=0
106698 if( (pNC->ncFlags & NC_UUpsert)!=0 && zTab!=0 ){
106782 && (pNC->ncFlags & (NC_IdxExpr|NC_GenCol))==0
106810 && (pNC->ncFlags & NC_UEList)!=0
106825 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
[all …]