Searched refs:eType1 (Results 1 – 2 of 2) sorted by relevance
1578 int eType1 = sqlite3_value_type(apVal[1]); in fts5SpecialDelete() local1579 if( eType1==SQLITE_INTEGER ){ in fts5SpecialDelete()1692 int eType1 = sqlite3_value_numeric_type(apVal[1]); in fts5UpdateMethod() local1694 if( eType1!=SQLITE_INTEGER && eType1!=SQLITE_NULL ){ in fts5UpdateMethod()1700 if( eConflict==SQLITE_REPLACE && eType1==SQLITE_INTEGER ){ in fts5UpdateMethod()1711 if( eType1==SQLITE_INTEGER && iOld!=iNew ){ in fts5UpdateMethod()
2115 void *pKey1; int nKey1; int eType1; in multiCursorDoCompare() local2128 multiCursorGetKey(pCsr, i1, &eType1, &pKey1, &nKey1); in multiCursorDoCompare()2140 eType1, pKey1, nKey1, eType2, pKey2, nKey2 in multiCursorDoCompare()2149 int nc1 = (eType1 & (LSM_INSERT|LSM_POINT_DELETE))==0; in multiCursorDoCompare()