HomeSort by: relevance | last modified time | path
    Searched defs:Btree (Results 1 - 1 of 1) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.c 16474 ** Defer sourcing vdbe.h and btree.h until after the "u8" and
16863 ** NOTE: These values must match the corresponding BTREE_ values in btree.h.
17071 /************** Include btree.h in the middle of sqliteInt.h *****************/
17072 /************** Begin file btree.h *******************************************/
17111 typedef struct Btree Btree;
17121 Btree **ppBtree, /* Return open Btree* here */
17137 SQLITE_PRIVATE int sqlite3BtreeClose(Btree*);
17138 SQLITE_PRIVATE int sqlite3BtreeSetCacheSize(Btree*,int)
163173 } btree; member in union:WhereLoop::__anon52
    [all...]

Completed in 201 milliseconds