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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h10715 ** connection closes. If the SQLITE_DESERIALIZE_RESIZEABLE bit is set, then
10765 ** The SQLITE_DESERIALIZE_RESIZEABLE flag means that SQLite is allowed to
10775 #define SQLITE_DESERIALIZE_RESIZEABLE 2 /* Resize using sqlite3_realloc64() */ macro
H A Dshell.c22297 SQLITE_DESERIALIZE_RESIZEABLE |
H A Dsqlite3.c11028 ** connection closes. If the SQLITE_DESERIALIZE_RESIZEABLE bit is set, then
11078 ** The SQLITE_DESERIALIZE_RESIZEABLE flag means that SQLite is allowed to
11088 #define SQLITE_DESERIALIZE_RESIZEABLE 2 /* Resize using sqlite3_realloc64() */ macro
[all...]
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c2706 flags = SQLITE_DESERIALIZE_FREEONCLOSE | SQLITE_DESERIALIZE_RESIZEABLE;

Completed in 949 milliseconds