Searched refs:pSlot (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c9806 struct IdxRemSlot *pSlot; local
9812 pSlot = &p->aSlot[iSlot];
9814 switch( pSlot->eType ){
9820 sqlite3_result_int64(pCtx, pSlot->iVal);
9824 sqlite3_result_double(pCtx, pSlot->rVal);
9828 sqlite3_result_blob(pCtx, pSlot->z, pSlot->n, SQLITE_TRANSIENT);
9832 sqlite3_result_text(pCtx, pSlot->z, pSlot->n, SQLITE_TRANSIENT);
9836 pSlot
[all...]
H A Dsqlite3.c50576 PgFreeslot *pSlot; local
72052 u8 *pSlot; local
219377 Fts5HashEntry *pSlot; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c18264 ScratchFreeslot *pSlot; local
18267 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
18269 mem0.pScratchFree = pSlot;
18272 pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
18273 pSlot = pSlot->pNext;
18275 pSlot->pNext = 0;
18276 mem0.pScratchEnd = (void*)&pSlot[1];
18498 ScratchFreeslot *pSlot; local
36089 PgFreeslot *pSlot; local
[all...]

Completed in 908 milliseconds