Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c91069 int isSpecialError; /* Set to true if a 'special' error */ local
91077 isSpecialError = mrc==SQLITE_NOMEM
91082 mrc = isSpecialError = 0;
91084 if( isSpecialError ){
91113 if( p->rc==SQLITE_OK || (p->errorAction==OE_Fail && !isSpecialError) ){
91127 if( p->rc==SQLITE_OK || (p->errorAction==OE_Fail && !isSpecialError) ){