Searched refs:sqlite3_serialize (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile158 sqlite3_serialize.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h690 #define sqlite3_serialize sqlite3_api->serialize macro
H A Dsqlite3.h6603 ** [sqlite3_serialize()] or [sqlite3_deserialize()], even operations that
10638 ** The sqlite3_serialize(D,S,P,F) interface returns a pointer to memory
10648 ** The usual case is that sqlite3_serialize() copies the serialization of
10653 ** are made, and the sqlite3_serialize() function will return a pointer
10671 ** A call to sqlite3_serialize(D,S,P,F) might return NULL even if the
10678 SQLITE_API unsigned char *sqlite3_serialize(
10686 ** CAPI3REF: Flags for sqlite3_serialize
10689 ** the F argument to [sqlite3_serialize(D,S,P,F)].
10691 ** SQLITE_SERIALIZE_NOCOPY means that [sqlite3_serialize()] will return
10695 ** [sqlite3_serialize()] t
[all...]
H A Dsqlite3.c6916 ** [sqlite3_serialize()] or [sqlite3_deserialize()], even operations that
10951 ** The sqlite3_serialize(D,S,P,F) interface returns a pointer to memory
10961 ** The usual case is that sqlite3_serialize() copies the serialization of
10966 ** are made, and the sqlite3_serialize() function will return a pointer
10984 ** A call to sqlite3_serialize(D,S,P,F) might return NULL even if the
10991 SQLITE_API unsigned char *sqlite3_serialize(
10999 ** CAPI3REF: Flags for sqlite3_serialize
11002 ** the F argument to [sqlite3_serialize(D,S,P,F)].
11004 ** SQLITE_SERIALIZE_NOCOPY means that [sqlite3_serialize()] will return
11008 ** [sqlite3_serialize()] t
53264 SQLITE_API unsigned char *sqlite3_serialize( function
136162 #define sqlite3_serialize macro
[all...]
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c3248 pData = sqlite3_serialize(pDb->db, zSchema, &sz, SQLITE_SERIALIZE_NOCOPY);
3252 pData = sqlite3_serialize(pDb->db, zSchema, &sz, 0);

Completed in 536 milliseconds