Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c89231 int isSpecialError; /* Set to true if a 'special' error */ local
89239 isSpecialError = mrc==SQLITE_NOMEM
89244 mrc = isSpecialError = 0;
89246 if( isSpecialError ){
89275 if( p->rc==SQLITE_OK || (p->errorAction==OE_Fail && !isSpecialError) ){
89289 if( p->rc==SQLITE_OK || (p->errorAction==OE_Fail && !isSpecialError) ){