Home
last modified time | relevance | path

Searched defs:Lookaside (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15317 typedef struct Lookaside Lookaside; typedef
17477 struct Lookaside { struct
17484 LookasideSlot *pInit; /* List of buffers not previously used */ argument
17485 LookasideSlot *pFree; /* List of available buffers */ argument
17487 LookasideSlot *pSmallInit; /* List of small buffers not previously used */ argument
17488 LookasideSlot *pSmallFree; /* List of available small buffers */ argument
17496 struct LookasideSlot { argument