Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c233027 int isInsert; local
233040 isInsert = 1;
233047 isInsert = 0;
233068 if( sqlite3_value_type(argv[3])==SQLITE_NULL && isInsert && pgno>1 ){