Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c262224 int eType1 = sqlite3_value_type(apVal[1]); local
262225 if( eType1==SQLITE_INTEGER ){
262410 int eType1 = sqlite3_value_numeric_type(apVal[1]); local
262429 if( eConflict==SQLITE_REPLACE && eType1==SQLITE_INTEGER ){
262450 if( eType1!=SQLITE_INTEGER ){