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

  /external/chromium_org/third_party/sqlite/src/src/
vdbeInt.h 91 ** these values are copied back to the Vdbe from the VdbeFrame structure,
95 ** The memory for a VdbeFrame object is allocated and managed by a memory
97 ** overwritten, the VdbeFrame object is not freed immediately. Instead, it
100 ** this instead of deleting the VdbeFrame immediately is to avoid recursive
107 typedef struct VdbeFrame VdbeFrame;
108 struct VdbeFrame {
122 VdbeFrame *pParent; /* Parent of this frame, or NULL if parent is main */
125 #define VdbeFrameMem(p) ((Mem *)&((u8 *)p)[ROUND8(sizeof(VdbeFrame))])
146 VdbeFrame *pFrame; /* Used when flags==MEM_Frame *
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 102 milliseconds