OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VdbeOp
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
vdbe.h
31
** for the
VdbeOp
definition.
42
struct
VdbeOp
{
73
typedef struct
VdbeOp
VdbeOp
;
80
VdbeOp
*aOp; /* Array of opcodes for sub-program */
89
** A smaller version of
VdbeOp
used for the VdbeAddOpList() function because
101
** Allowed values of
VdbeOp
.p4type
151
** of a
VdbeOp
structure into a negative number so that
183
VdbeOp
*sqlite3VdbeGetOp(Vdbe*, int);
204
VdbeOp
*sqlite3VdbeTakeOpArray(Vdbe*, int*, int*)
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 1131 milliseconds