Lines Matching refs:sqlite3_serialize
6622 ** [sqlite3_serialize()] or [sqlite3_deserialize()], even operations that
10684 ** The sqlite3_serialize(D,S,P,F) interface returns a pointer to memory
10694 ** The usual case is that sqlite3_serialize() copies the serialization of
10699 ** are made, and the sqlite3_serialize() function will return a pointer
10717 ** A call to sqlite3_serialize(D,S,P,F) might return NULL even if the
10724 SQLITE_API unsigned char *sqlite3_serialize(
10732 ** CAPI3REF: Flags for sqlite3_serialize
10735 ** the F argument to [sqlite3_serialize(D,S,P,F)].
10737 ** SQLITE_SERIALIZE_NOCOPY means that [sqlite3_serialize()] will return
10741 ** [sqlite3_serialize()] to return a NULL pointer. SQLite will only be