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 15391 ** Defer sourcing vdbe.h and btree.h until after the "u8" and
15780 ** NOTE: These values must match the corresponding BTREE_ values in btree.h.
15972 /************** Include btree.h in the middle of sqliteInt.h *****************/
15973 /************** Begin file btree.h *******************************************/
16012 typedef struct Btree Btree;
16022 Btree **ppBtree, /* Return open Btree* here */
16038 SQLITE_PRIVATE int sqlite3BtreeClose(Btree*);
16039 SQLITE_PRIVATE int sqlite3BtreeSetCacheSize(Btree*,int)
155680 } btree; member in union:WhereLoop::__anon24539
    [all...]

Completed in 75 milliseconds