Searched refs:SQLITE_TOOBIG (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/lib/lua/sqlite/
H A Dsqlite.c384 { "TOOBIG", SQLITE_TOOBIG },
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d131 SQLITE_TOOBIG = 18, /** String or BLOB exceeds size limit */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h463 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
4673 ** ^[SQLITE_TOOBIG] might be returned if the size of a string or BLOB
8490 ** [SQLITE_TOOBIG] if the size of the dynamic string exceeds
H A Dsqlite3.c776 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
4986 ** ^[SQLITE_TOOBIG] might be returned if the size of a string or BLOB
8803 ** [SQLITE_TOOBIG] if the size of the dynamic string exceeds
20037 u8 accError; /* SQLITE_NOMEM or SQLITE_TOOBIG */
[all...]
H A Dshell.c7215 ** SQLITE_TOOBIG error.
7238 sqlite3_result_error_code(ctx, SQLITE_TOOBIG);

Completed in 675 milliseconds