Searched refs:LookasideSlot (Results 1 – 1 of 1) sorted by relevance
15318 typedef struct LookasideSlot LookasideSlot; typedef17484 LookasideSlot *pInit; /* List of buffers not previously used */17485 LookasideSlot *pFree; /* List of available buffers */17487 LookasideSlot *pSmallInit; /* List of small buffers not previously used */17488 LookasideSlot *pSmallFree; /* List of available small buffers */17496 struct LookasideSlot { struct17497 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ argument23906 static u32 countLookasideSlots(LookasideSlot *p){ in countLookasideSlots()23950 LookasideSlot *p = db->lookaside.pFree; in sqlite3_db_status()30364 LookasideSlot *pBuf = (LookasideSlot*)p; in sqlite3DbFreeNN()[all …]