OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opflags
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
vdbe.h
45
u8
opflags
; /* Mask of the OPFLG_* flags in opcodes.h */
member in struct:VdbeOp
vdbe.c
662
assert( pOp->
opflags
==sqlite3OpcodeProperty[pOp->opcode] );
663
if( pOp->
opflags
& OPFLG_OUT2_PRERELEASE ){
674
if( (pOp->
opflags
& OPFLG_IN1)!=0 ){
680
if( (pOp->
opflags
& OPFLG_IN2)!=0 ){
686
if( (pOp->
opflags
& OPFLG_IN3)!=0 ){
692
if( (pOp->
opflags
& OPFLG_OUT2)!=0 ){
697
if( (pOp->
opflags
& OPFLG_OUT3)!=0 ){
[
all
...]
vdbeaux.c
403
** The Op.
opflags
field is set on all opcodes.
414
pOp->
opflags
= sqlite3OpcodeProperty[opcode];
431
if( (pOp->
opflags
& OPFLG_JUMP)!=0 && pOp->p2<0 ){
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
7915
u8
opflags
; \/* Mask of the OPFLG_* flags in opcodes.h *\/
member in struct:VdbeOp
[
all
...]
Completed in 204 milliseconds