• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/sqlite-3.6.22/

Lines Matching refs:in1

7370 #define OPFLG_IN1             0x0004  /* in1:   P1 is an input */
52843 ** Keywords include: in1, in2, in3, out2_prerelease, out2, out3. See
52876 case OP_Gosub: { /* jump, in1 */
52890 case OP_Return: { /* in1 */
52901 case OP_Yield: { /* in1 */
53173 case OP_Copy: { /* in1, out2 */
53195 case OP_SCopy: { /* in1, out2 */
53285 case OP_Concat: { /* same as TK_CONCAT, in1, in2, out3 */
53355 case OP_Add: /* same as TK_PLUS, in1, in2, out3 */
53356 case OP_Subtract: /* same as TK_MINUS, in1, in2, out3 */
53357 case OP_Multiply: /* same as TK_STAR, in1, in2, out3 */
53358 case OP_Divide: /* same as TK_SLASH, in1, in2, out3 */
53359 case OP_Remainder: { /* same as TK_REM, in1, in2, out3 */
53598 case OP_BitAnd: /* same as TK_BITAND, in1, in2, out3 */
53599 case OP_BitOr: /* same as TK_BITOR, in1, in2, out3 */
53600 case OP_ShiftLeft: /* same as TK_LSHIFT, in1, in2, out3 */
53601 case OP_ShiftRight: { /* same as TK_RSHIFT, in1, in2, out3 */
53635 case OP_AddImm: { /* in1 */
53649 case OP_MustBeInt: { /* jump, in1 */
53674 case OP_RealAffinity: { /* in1 */
53692 case OP_ToText: { /* same as TK_TO_TEXT, in1 */
53714 case OP_ToBlob: { /* same as TK_TO_BLOB, in1 */
53738 case OP_ToNumeric: { /* same as TK_TO_NUMERIC, in1 */
53756 case OP_ToInt: { /* same as TK_TO_INT, in1 */
53774 case OP_ToReal: { /* same as TK_TO_REAL, in1 */
53855 case OP_Eq: /* same as TK_EQ, jump, in1, in3 */
53856 case OP_Ne: /* same as TK_NE, jump, in1, in3 */
53857 case OP_Lt: /* same as TK_LT, jump, in1, in3 */
53858 case OP_Le: /* same as TK_LE, jump, in1, in3 */
53859 case OP_Gt: /* same as TK_GT, jump, in1, in3 */
53860 case OP_Ge: { /* same as TK_GE, jump, in1, in3 */
54036 case OP_And: /* same as TK_AND, in1, in2, out3 */
54037 case OP_Or: { /* same as TK_OR, in1, in2, out3 */
54078 case OP_Not: { /* same as TK_NOT, in1, out2 */
54095 case OP_BitNot: { /* same as TK_BITNOT, in1, out2 */
54118 case OP_If: /* jump, in1 */
54119 case OP_IfNot: { /* jump, in1 */
54144 case OP_IsNull: { /* same as TK_ISNULL, jump, in1 */
54156 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
56931 case OP_RowSetAdd: { /* in1, in2 */
56949 case OP_RowSetRead: { /* jump, in1, out3 */
56991 case OP_RowSetTest: { /* jump, in1, in3 */
57247 case OP_IfPos: { /* jump, in1 */
57263 case OP_IfNeg: { /* jump, in1 */
57280 case OP_IfZero: { /* jump, in1 */
60478 int in1, int in2, /* Register holding operands */
60488 addr = sqlite3VdbeAddOp4(pParse->pVdbe, opcode, in2, dest, in1,
60492 sqlite3ExprCacheAffinityChange(pParse, in1, 1);