Home
last modified time | relevance | path

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

/netbsd/external/public-domain/sqlite/dist/
H A Dshell.c7963 struct IdxRemSlot *pSlot; in idxRemFunc() local
7969 pSlot = &p->aSlot[iSlot]; in idxRemFunc()
7971 switch( pSlot->eType ){ in idxRemFunc()
7985 sqlite3_result_blob(pCtx, pSlot->z, pSlot->n, SQLITE_TRANSIENT); in idxRemFunc()
7989 sqlite3_result_text(pCtx, pSlot->z, pSlot->n, SQLITE_TRANSIENT); in idxRemFunc()
7994 switch( pSlot->eType ){ in idxRemFunc()
8010 if( nByte>pSlot->nByte ){ in idxRemFunc()
8016 pSlot->nByte = nByte*2; in idxRemFunc()
8017 pSlot->z = zNew; in idxRemFunc()
8019 pSlot->n = nByte; in idxRemFunc()
[all …]
H A Dsqlite3.c48839 PgFreeslot *pSlot;
48842 pSlot = (PgFreeslot*)p;
48843 pSlot->pNext = pcache1.pFree;
48844 pcache1.pFree = pSlot;
69799 u8 *pSlot;
69804 pSlot = pData;
69813 put2byte(pCellptr, (pSlot - aData));
206283 Fts5HashEntry *pSlot;
206284 for(pSlot=pHash->aSlot[i]; pSlot; pSlot=pNext){
206285 pNext = pSlot->pHashNext;
[all …]