Lines Matching refs:sqlite3_serialize
6935 ** [sqlite3_serialize()] or [sqlite3_deserialize()], even operations that
10997 ** The sqlite3_serialize(D,S,P,F) interface returns a pointer to memory
11007 ** The usual case is that sqlite3_serialize() copies the serialization of
11012 ** are made, and the sqlite3_serialize() function will return a pointer
11030 ** A call to sqlite3_serialize(D,S,P,F) might return NULL even if the
11037 SQLITE_API unsigned char *sqlite3_serialize(
11045 ** CAPI3REF: Flags for sqlite3_serialize
11048 ** the F argument to [sqlite3_serialize(D,S,P,F)].
11050 ** SQLITE_SERIALIZE_NOCOPY means that [sqlite3_serialize()] will return
11054 ** [sqlite3_serialize()] to return a NULL pointer. SQLite will only be
52881 ** This file also implements interface sqlite3_serialize() and
53615 SQLITE_API unsigned char *sqlite3_serialize(
137123 #define sqlite3_serialize sqlite3_api->serialize
137642 sqlite3_serialize,