OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p4type
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
vdbe.h
44
signed char
p4type
; /* One of the P4_xxx constants for p4 */
member in struct:VdbeOp
51
int i; /* Integer value if
p4type
==P4_INT32 */
54
i64 *pI64; /* Used when
p4type
is P4_INT64 */
55
double *pReal; /* Used when
p4type
is P4_REAL */
56
FuncDef *pFunc; /* Used when
p4type
is P4_FUNCDEF */
57
VdbeFunc *pVdbeFunc; /* Used when
p4type
is P4_VDBEFUNC */
58
CollSeq *pColl; /* Used when
p4type
is P4_COLLSEQ */
59
Mem *pMem; /* Used when
p4type
is P4_MEM */
60
VTable *pVtab; /* Used when
p4type
is P4_VTAB */
61
KeyInfo *pKeyInfo; /* Used when
p4type
is P4_KEYINFO *
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
7914
signed char
p4type
; \/* One of the P4_xxx constants for p4 *\/
member in struct:VdbeOp
[
all
...]
Completed in 48 milliseconds