Searched refs:SQLITE_SERIALIZE_NOCOPY (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h9776 ** contains the SQLITE_SERIALIZE_NOCOPY bit, then no memory allocations
9785 ** SQLITE_SERIALIZE_NOCOPY bit is set but no contiguous copy
9789 ** SQLITE_SERIALIZE_NOCOPY bit is omitted from argument F if a memory
9808 ** SQLITE_SERIALIZE_NOCOPY means that [sqlite3_serialize()] will return
9816 #define SQLITE_SERIALIZE_NOCOPY 0x001 /* Do no memory allocations */ macro
H A Dsqlite3.c10839 ** contains the SQLITE_SERIALIZE_NOCOPY bit, then no memory allocations
10848 ** SQLITE_SERIALIZE_NOCOPY bit is set but no contiguous copy
10852 ** SQLITE_SERIALIZE_NOCOPY bit is omitted from argument F if a memory
10871 ** SQLITE_SERIALIZE_NOCOPY means that [sqlite3_serialize()] will return
10879 #define SQLITE_SERIALIZE_NOCOPY 0x001 /* Do no memory allocations */ macro
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3188 pData = sqlite3_serialize(pDb->db, zSchema, &sz, SQLITE_SERIALIZE_NOCOPY);

Completed in 730 milliseconds