Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c10130 u8 autoIndex; /* True if is automatically created (ex: by UNIQUE) */ member
80322 p->autoIndex = 2;
81798 pIndex->autoIndex = (u8)(pName==0);
81891 assert( pIdx->autoIndex );
82112 if( pIndex->autoIndex ){
85895 if( pIdx->autoIndex==2 ){