nXField 11671 ext/sqlite3/libsqlite/sqlite3.c u16 nXField; /* Number of columns beyond the key columns */ nXField 64199 ext/sqlite3/libsqlite/sqlite3.c assert( pRec->pKeyInfo->nField+pRec->pKeyInfo->nXField==nCol ); nXField 64733 ext/sqlite3/libsqlite/sqlite3.c int nCol = pRec->pKeyInfo->nField+pRec->pKeyInfo->nXField; nXField 68081 ext/sqlite3/libsqlite/sqlite3.c assert( pKeyInfo->nField+pKeyInfo->nXField>=pPKey2->nField || CORRUPT_DB ); nXField 68171 ext/sqlite3/libsqlite/sqlite3.c assert( nField <= pKeyInfo->nField+pKeyInfo->nXField ); nXField 68413 ext/sqlite3/libsqlite/sqlite3.c assert( pPKey2->pKeyInfo->nField+pPKey2->pKeyInfo->nXField>=pPKey2->nField nXField 68741 ext/sqlite3/libsqlite/sqlite3.c if( (p->pKeyInfo->nField + p->pKeyInfo->nXField)<=13 ){ nXField 74173 ext/sqlite3/libsqlite/sqlite3.c nField = pKeyInfo->nField+pKeyInfo->nXField; nXField 78874 ext/sqlite3/libsqlite/sqlite3.c pKeyInfo->nXField += (pKeyInfo->nField - nField); nXField 78906 ext/sqlite3/libsqlite/sqlite3.c if( (pKeyInfo->nField+pKeyInfo->nXField)<13 nXField 107012 ext/sqlite3/libsqlite/sqlite3.c testcase( pKI->nXField>2 ); nXField 107014 ext/sqlite3/libsqlite/sqlite3.c pKI->nXField-1); nXField 107453 ext/sqlite3/libsqlite/sqlite3.c p->nXField = (u16)X;