Searched refs:SQLITE_DESERIALIZE_RESIZEABLE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h9832 ** connection closes. If the SQLITE_DESERIALIZE_RESIZEABLE bit is set, then
9868 ** The SQLITE_DESERIALIZE_RESIZEABLE flag means that SQLite is allowed to
9878 #define SQLITE_DESERIALIZE_RESIZEABLE 2 /* Resize using sqlite3_realloc64() */ macro
H A Dsqlite3.c10895 ** connection closes. If the SQLITE_DESERIALIZE_RESIZEABLE bit is set, then
10931 ** The SQLITE_DESERIALIZE_RESIZEABLE flag means that SQLite is allowed to
10941 #define SQLITE_DESERIALIZE_RESIZEABLE 2 /* Resize using sqlite3_realloc64() */ macro
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2660 flags = SQLITE_DESERIALIZE_FREEONCLOSE | SQLITE_DESERIALIZE_RESIZEABLE;

Completed in 607 milliseconds