Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c75706 assert( pRec->pKeyInfo->nAllField==nCol );
76255 int nCol = pRec->pKeyInfo->nAllField;
80195 assert( pKeyInfo->nAllField>=pPKey2->nField || CORRUPT_DB );
80286 assert( nField <= pKeyInfo->nAllField );
80588 assert( pPKey2->pKeyInfo->nAllField>=pPKey2->nField
80656 || (pKeyInfo = pPKey2->pKeyInfo)->nAllField<=i
80927 if( p->pKeyInfo->nAllField<=13 ){
87146 nField = pKeyInfo->nAllField;
92734 if( pKeyInfo->nAllField<13
125289 testcase( pKI->nAllField > pKI->nKeyField+2 );
[all …]

Completed in 412 milliseconds