Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c15238 typedef struct Lookaside Lookaside; typedef
17396 struct Lookaside { struct
17403 LookasideSlot *pInit; /* List of buffers not previously used */ argument
17404 LookasideSlot *pFree; /* List of available buffers */ argument
17406 LookasideSlot *pSmallInit; /* List of small buffers not previously used */ argument
17407 LookasideSlot *pSmallFree; /* List of available small buffers */ argument
17415 struct LookasideSlot { argument
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c15363 typedef struct Lookaside Lookaside; typedef
17527 struct Lookaside { struct
17534 LookasideSlot *pInit; /* List of buffers not previously used */ argument
17535 LookasideSlot *pFree; /* List of available buffers */ argument
17537 LookasideSlot *pSmallInit; /* List of small buffers not previously used */ argument
17538 LookasideSlot *pSmallFree; /* List of available small buffers */ argument
17546 struct LookasideSlot { argument
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c15406 typedef struct Lookaside Lookaside; typedef
17577 struct Lookaside { struct
17584 LookasideSlot *pInit; /* List of buffers not previously used */ argument
17585 LookasideSlot *pFree; /* List of available buffers */ argument
17587 LookasideSlot *pSmallInit; /* List of small buffers not previously used */ argument
17588 LookasideSlot *pSmallFree; /* List of available small buffers */ argument
17596 struct LookasideSlot { argument
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c15238 typedef struct Lookaside Lookaside; typedef
17396 struct Lookaside { struct
17403 LookasideSlot *pInit; /* List of buffers not previously used */ argument
17404 LookasideSlot *pFree; /* List of available buffers */ argument
17406 LookasideSlot *pSmallInit; /* List of small buffers not previously used */ argument
17407 LookasideSlot *pSmallFree; /* List of available small buffers */ argument
17415 struct LookasideSlot { argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dwdm.h13327 IN OUT PPAGED_LOOKASIDE_LIST Lookaside) in ExAllocateFromPagedLookasideList()
13355 IN OUT PPAGED_LOOKASIDE_LIST Lookaside, in ExFreeToPagedLookasideList()
13982 IN OUT PLOOKASIDE_LIST_EX Lookaside) in ExAllocateFromLookasideListEx()
14012 IN OUT PLOOKASIDE_LIST_EX Lookaside, in ExFreeToLookasideListEx()
14043 IN OUT PNPAGED_LOOKASIDE_LIST Lookaside) in ExAllocateFromNPagedLookasideList()
14080 IN OUT PNPAGED_LOOKASIDE_LIST Lookaside, in ExFreeToNPagedLookasideList()