Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dmemstat.c190 unsigned char mNull; /* Bitmask of which columns are NULL */ member
238 if( i<0 || (aMemstatColumn[i].mNull & 2)!=0 || (++pCur->iDb)>=pCur->nDb ){ in memstatNext()
293 if( (aMemstatColumn[i].mNull & (1<<iCol))!=0 ){ in memstatColumn()