Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.c15318 typedef struct LookasideSlot LookasideSlot; typedef
17484 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 { struct
17497 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ argument
23906 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 …]