HomeSort by relevance Sort by last modified time
    Searched defs:Vdbe (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
vdbe.h 12 ** Header file for the Virtual DataBase Engine (VDBE)
15 ** or VDBE. The VDBE implements an abstract machine that runs a
23 ** A single VDBE is an opaque structure named "Vdbe". Only routines
27 typedef struct Vdbe Vdbe;
121 ** is made. That copy is freed when the Vdbe is finalized. But if the
123 ** gets freed when the Vdbe is finalized so it still should be obtained
131 ** The Vdbe.aColName array contains 5n Mem structures, where n is the
    [all...]
vdbeInt.h 13 ** VDBE. This information used to all be at the top of the single
14 ** source code file "vdbe.c". When that file became too big (over
71 ** Vdbe.cacheCtr. Vdbe.cacheCtr will never take on the value of
78 u32 cacheStatus; /* Cache is valid if this matches Vdbe.cacheCtr */
90 ** values stored in the Vdbe struct. When the sub-program is finished,
91 ** these values are copied back to the Vdbe from the VdbeFrame structure,
98 ** is linked into the Vdbe.pDelFrame list. The contents of the Vdbe.pDelFrame
104 ** The currently executing frame is stored in Vdbe.pFrame. Vdbe.pFrame i
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 168 ** The maximum number of opcodes in a VDBE program.
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 123 milliseconds