Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbe.c1737 u16 type2; /* Numeric type of right operand */ in sqlite3VdbeExec() local
1746 type2 = pIn2->flags; in sqlite3VdbeExec()
1748 if( (type1 & type2 & MEM_Int)!=0 ){ in sqlite3VdbeExec()
1771 }else if( ((type1 | type2) & MEM_Null)!=0 ){ in sqlite3VdbeExec()
1775 type2 = numericType(pIn2); in sqlite3VdbeExec()
1776 if( (type1 & type2 & MEM_Int)!=0 ) goto int_math; in sqlite3VdbeExec()