Lines Matching refs:sqlite3_deserialize
886 ** implements [sqlite3_deserialize()] to set an upper bound on the size
2110 ** database created using [sqlite3_deserialize()]. This default maximum
6338 ** [sqlite3_serialize()] or [sqlite3_deserialize()], even operations that
10353 ** been a prior call to [sqlite3_deserialize(D,S,...)] with the same
10385 ** prior call to [sqlite3_deserialize()].
10392 ** The sqlite3_deserialize(D,S,P,N,M,F) interface causes the
10407 ** The sqlite3_deserialize() interface will fail with SQLITE_BUSY if the
10412 ** S argument to sqlite3_deserialize(D,S,P,N,M,F) is "temp" then the
10415 ** If sqlite3_deserialize(D,S,P,N,M,F) fails for any reason and if the
10422 int sqlite3_deserialize(
10432 ** CAPI3REF: Flags for sqlite3_deserialize()
10435 ** the [sqlite3_deserialize(D,S,P,N,M,F)] interface.