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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h400 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
H A Dsqlite3.c953 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h440 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
4401 ** ^[SQLITE_TOOBIG] might be returned if the size of a string or BLOB
7944 ** [SQLITE_TOOBIG] if the size of the dynamic string exceeds
H A Dsqlite3.c1503 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
5464 ** ^[SQLITE_TOOBIG] might be returned if the size of a string or BLOB
9007 ** [SQLITE_TOOBIG] if the size of the dynamic string exceeds
19188 u8 accError; /* SQLITE_NOMEM or SQLITE_TOOBIG */
[all...]
H A Dshell.c2247 ** SQLITE_TOOBIG error.
2270 sqlite3_result_error_code(ctx, SQLITE_TOOBIG);

Completed in 1069 milliseconds