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

/external/sqlite/dist/orig/
H A Dsqlite3.c9958 typedef struct Lookaside Lookaside; typedef in typeref:struct:Lookaside
11596 ** Lookaside malloc is a set of fixed-size buffers that can be used
11603 ** The Lookaside structure holds configuration information about the
11608 ** Lookaside allocations are only allowed for objects that are associated
11612 ** schema information, the Lookaside.bEnabled flag is cleared so that
11615 struct Lookaside { struct
11747 Lookaside lookaside; /* Lookaside malloc configuration */
22990 ** db: Pointer to a database connection. May be NULL. Lookaside
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9958 typedef struct Lookaside Lookaside; typedef in typeref:struct:Lookaside
11596 ** Lookaside malloc is a set of fixed-size buffers that can be used
11603 ** The Lookaside structure holds configuration information about the
11608 ** Lookaside allocations are only allowed for objects that are associated
11612 ** schema information, the Lookaside.bEnabled flag is cleared so that
11615 struct Lookaside { struct
11747 Lookaside lookaside; /* Lookaside malloc configuration */
22990 ** db: Pointer to a database connection. May be NULL. Lookaside
[all...]

Completed in 781 milliseconds