OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VdbeFrame
(Results
1 - 2
of
2
) 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
...]
Completed in 62 milliseconds