SQLITE_TOOBIG 40 sql/error_delegate_util.cc case SQLITE_TOOBIG: SQLITE_TOOBIG 56699 third_party/sqlite/amalgamation/sqlite3.c return SQLITE_TOOBIG; SQLITE_TOOBIG 56728 third_party/sqlite/amalgamation/sqlite3.c return SQLITE_TOOBIG; SQLITE_TOOBIG 60533 third_party/sqlite/amalgamation/sqlite3.c if( sqlite3VdbeMemSetStr(&pCtx->s, z, n, enc, xDel)==SQLITE_TOOBIG ){ SQLITE_TOOBIG 60632 third_party/sqlite/amalgamation/sqlite3.c pCtx->isError = SQLITE_TOOBIG; SQLITE_TOOBIG 63234 third_party/sqlite/amalgamation/sqlite3.c if( rc==SQLITE_TOOBIG ) goto too_big; SQLITE_TOOBIG 68396 third_party/sqlite/amalgamation/sqlite3.c rc = SQLITE_TOOBIG; SQLITE_TOOBIG 89655 third_party/sqlite/amalgamation/sqlite3.c sqlite3Error(db, SQLITE_TOOBIG, "statement too long"); SQLITE_TOOBIG 89656 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3ApiExit(db, SQLITE_TOOBIG); SQLITE_TOOBIG 106769 third_party/sqlite/amalgamation/sqlite3.c pParse->rc = SQLITE_TOOBIG; SQLITE_TOOBIG 593 third_party/sqlite/src/src/prepare.c sqlite3Error(db, SQLITE_TOOBIG, "statement too long"); SQLITE_TOOBIG 594 third_party/sqlite/src/src/prepare.c rc = sqlite3ApiExit(db, SQLITE_TOOBIG); SQLITE_TOOBIG 138 third_party/sqlite/src/src/test1.c case SQLITE_TOOBIG: zName = "SQLITE_TOOBIG"; break; SQLITE_TOOBIG 426 third_party/sqlite/src/src/tokenize.c pParse->rc = SQLITE_TOOBIG; SQLITE_TOOBIG 920 third_party/sqlite/src/src/vdbe.c if( rc==SQLITE_TOOBIG ) goto too_big; SQLITE_TOOBIG 5952 third_party/sqlite/src/src/vdbe.c rc = SQLITE_TOOBIG; SQLITE_TOOBIG 199 third_party/sqlite/src/src/vdbeapi.c if( sqlite3VdbeMemSetStr(&pCtx->s, z, n, enc, xDel)==SQLITE_TOOBIG ){ SQLITE_TOOBIG 298 third_party/sqlite/src/src/vdbeapi.c pCtx->isError = SQLITE_TOOBIG; SQLITE_TOOBIG 734 third_party/sqlite/src/src/vdbemem.c return SQLITE_TOOBIG; SQLITE_TOOBIG 763 third_party/sqlite/src/src/vdbemem.c return SQLITE_TOOBIG;