Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.c17482 u32 nSlot; /* Number of lookaside slots allocated */ member
23925 if( pHighwater ) *pHighwater = db->lookaside.nSlot - nInit; in sqlite3LookasideUsed()
23926 return db->lookaside.nSlot - (nInit+nFree); in sqlite3LookasideUsed()
55025 int nSlot; /* The number of pcache slots */
55079 pcache1.nSlot = pcache1.nFreeSlot = n;
55190 assert( pcache1.nFreeSlot<=pcache1.nSlot );
55318 if( pcache1.nSlot && (pCache->szPage+pCache->szExtra)<=pcache1.szSlot ){
155883 int nSlot; /* Number of entries in a[] */
159011 if( pWC->nTerm>=pWC->nSlot ){
159014 pWC->a = sqlite3WhereMalloc(pWC->pWInfo, sizeof(pWC->a[0])*pWC->nSlot*2 );
[all …]
Dshell.c13328 int nSlot; member
13353 assert( iSlot<=p->nSlot ); in idxRemFunc()
13608 pCtx->nSlot = nMax+1; in idxPopulateStat1()
13645 for(i=0; i<pCtx->nSlot; i++){ in idxPopulateStat1()