Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c91221 int isSpecialError; /* Set to true if a 'special' error */ local
91229 isSpecialError = mrc==SQLITE_NOMEM
91234 mrc = isSpecialError = 0;
91236 if( isSpecialError ){
91265 if( p->rc==SQLITE_OK || (p->errorAction==OE_Fail && !isSpecialError) ){
91279 if( p->rc==SQLITE_OK || (p->errorAction==OE_Fail && !isSpecialError) ){