Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c261474 int eType1 = sqlite3_value_type(apVal[1]); local
261475 if( eType1==SQLITE_INTEGER ){
261660 int eType1 = sqlite3_value_numeric_type(apVal[1]); local
261679 if( eConflict==SQLITE_REPLACE && eType1==SQLITE_INTEGER ){
261700 if( eType1!=SQLITE_INTEGER ){