Searched refs:SQLITE_TOOBIG (Results 1 – 3 of 3) sorted by relevance
465 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
778 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro31250 assert( eError==SQLITE_NOMEM || eError==SQLITE_TOOBIG ); in sqlite3StrAccumSetError()31253 if( eError==SQLITE_TOOBIG ) sqlite3ErrorToParser(p->db, eError); in sqlite3StrAccumSetError()31285 sqlite3StrAccumSetError(pAccum, SQLITE_TOOBIG); in printfTempBuf()32090 testcase(p->accError==SQLITE_TOOBIG); in sqlite3StrAccumEnlarge()32095 sqlite3StrAccumSetError(p, SQLITE_TOOBIG); in sqlite3StrAccumEnlarge()32107 sqlite3StrAccumSetError(p, SQLITE_TOOBIG); in sqlite3StrAccumEnlarge()83990 return sqlite3ErrorToParser(pMem->db, SQLITE_TOOBIG);84343 rc = SQLITE_TOOBIG;90774 if( rc==SQLITE_TOOBIG ){[all …]
7308 sqlite3_result_error_code(ctx, SQLITE_TOOBIG); in readFileContents()