Home
last modified time | relevance | path

Searched refs:opProperty (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbe.c837 u8 opProperty = sqlite3OpcodeProperty[pOp->opcode]; in sqlite3VdbeExec() local
838 if( (opProperty & OPFLG_IN1)!=0 ){ in sqlite3VdbeExec()
845 if( (opProperty & OPFLG_IN2)!=0 ){ in sqlite3VdbeExec()
852 if( (opProperty & OPFLG_IN3)!=0 ){ in sqlite3VdbeExec()
859 if( (opProperty & OPFLG_OUT2)!=0 ){ in sqlite3VdbeExec()
864 if( (opProperty & OPFLG_OUT3)!=0 ){ in sqlite3VdbeExec()
8757 u8 opProperty = sqlite3OpcodeProperty[pOrigOp->opcode]; in sqlite3VdbeExec() local
8759 if( opProperty & (OPFLG_OUT2) ){ in sqlite3VdbeExec()
8762 if( opProperty & OPFLG_OUT3 ){ in sqlite3VdbeExec()
8765 if( opProperty==0xff ){ in sqlite3VdbeExec()