Searched refs:sqlite3_serialize (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | loadext.c | 506 sqlite3_serialize,
|
| H A D | memdb.c | 707 unsigned char *sqlite3_serialize( in sqlite3_serialize() function
|
| H A D | sqlite3ext.h | 683 #define sqlite3_serialize sqlite3_api->serialize macro
|
| H A D | tclsqlite.c | 3221 pData = sqlite3_serialize(pDb->db, zSchema, &sz, SQLITE_SERIALIZE_NOCOPY); in DbObjCmd() 3225 pData = sqlite3_serialize(pDb->db, zSchema, &sz, 0); in DbObjCmd()
|
| H A D | sqlite.h.in | 6338 ** [sqlite3_serialize()] or [sqlite3_deserialize()], even operations that 10333 ** The sqlite3_serialize(D,S,P,F) interface returns a pointer to memory 10343 ** The usual case is that sqlite3_serialize() copies the serialization of 10348 ** are made, and the sqlite3_serialize() function will return a pointer 10359 ** A call to sqlite3_serialize(D,S,P,F) might return NULL even if the 10366 unsigned char *sqlite3_serialize( 10374 ** CAPI3REF: Flags for sqlite3_serialize 10377 ** the F argument to [sqlite3_serialize(D,S,P,F)]. 10379 ** SQLITE_SERIALIZE_NOCOPY means that [sqlite3_serialize()] will return 10383 ** [sqlite3_serialize()] to return a NULL pointer. SQLite will only be
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-wasm.c | 937 z = sqlite3_serialize(pDb, "main", nOut, mFlags); in sqlite3_wasm_db_serialize()
|