Searched refs:LookasideSlot (Results 1 – 4 of 4) sorted by relevance
428 LookasideSlot *pBuf = (LookasideSlot*)p; in sqlite3DbFreeNN()439 LookasideSlot *pBuf = (LookasideSlot*)p; in sqlite3DbFreeNN()467 LookasideSlot *pBuf = (LookasideSlot*)p; in sqlite3DbNNFreeNN()478 LookasideSlot *pBuf = (LookasideSlot*)p; in sqlite3DbNNFreeNN()647 LookasideSlot *pBuf; in sqlite3DbMallocRawNN()
176 static u32 countLookasideSlots(LookasideSlot *p){ in countLookasideSlots()220 LookasideSlot *p = db->lookaside.pFree; in sqlite3_db_status()
1197 typedef struct LookasideSlot LookasideSlot; typedef1438 LookasideSlot *pInit; /* List of buffers not previously used */1439 LookasideSlot *pFree; /* List of available buffers */1441 LookasideSlot *pSmallInit; /* List of small buffers not prediously used */1442 LookasideSlot *pSmallFree; /* List of available small buffers */1450 struct LookasideSlot { struct1451 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ argument
768 if( sz<=(int)sizeof(LookasideSlot*) ) sz = 0; in setupLookaside()803 LookasideSlot *p; in setupLookaside()804 assert( sz > (int)sizeof(LookasideSlot*) ); in setupLookaside()805 p = (LookasideSlot*)pStart; in setupLookaside()809 p = (LookasideSlot*)&((u8*)p)[sz]; in setupLookaside()818 p = (LookasideSlot*)&((u8*)p)[LOOKASIDE_SMALL]; in setupLookaside()