HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_serialize (Results 1 - 5 of 5) sorted by relevancy

  /src/external/public-domain/sqlite/man/
Makefile 163 sqlite3_serialize.3 \
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 700 #define sqlite3_serialize sqlite3_api->serialize macro
sqlite3.h 6991 ** [sqlite3_serialize()] or [sqlite3_deserialize()], even operations that
11132 ** The sqlite3_serialize(D,S,P,F) interface returns a pointer to
11143 ** The usual case is that sqlite3_serialize() copies the serialization of
11148 ** are made, and the sqlite3_serialize() function will return a pointer
11166 ** A call to sqlite3_serialize(D,S,P,F) might return NULL even if the
11173 SQLITE_API unsigned char *sqlite3_serialize(
11181 ** CAPI3REF: Flags for sqlite3_serialize
11184 ** the F argument to [sqlite3_serialize(D,S,P,F)].
11186 ** SQLITE_SERIALIZE_NOCOPY means that [sqlite3_serialize()] will return
11190 ** [sqlite3_serialize()] to return a NULL pointer. SQLite will only b
    [all...]
sqlite3.c 7312 ** [sqlite3_serialize()] or [sqlite3_deserialize()], even operations that
11453 ** The sqlite3_serialize(D,S,P,F) interface returns a pointer to
11464 ** The usual case is that sqlite3_serialize() copies the serialization of
11469 ** are made, and the sqlite3_serialize() function will return a pointer
11487 ** A call to sqlite3_serialize(D,S,P,F) might return NULL even if the
11494 SQLITE_API unsigned char *sqlite3_serialize(
11502 ** CAPI3REF: Flags for sqlite3_serialize
11505 ** the F argument to [sqlite3_serialize(D,S,P,F)].
11507 ** SQLITE_SERIALIZE_NOCOPY means that [sqlite3_serialize()] will return
11511 ** [sqlite3_serialize()] to return a NULL pointer. SQLite will only b
56008 SQLITE_API unsigned char *sqlite3_serialize( function
142920 #define sqlite3_serialize macro
    [all...]
  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 3751 pData = sqlite3_serialize(pDb->db, zSchema, &sz, SQLITE_SERIALIZE_NOCOPY);
3755 pData = sqlite3_serialize(pDb->db, zSchema, &sz, 0);

Completed in 58 milliseconds