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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h388 #define sqlite3_blob_write sqlite3_api->blob_write macro
H A Dsqlite3.h5160 ** ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces
5203 ** ^Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for
5247 ** ^All subsequent calls to [sqlite3_blob_read()], [sqlite3_blob_write()] or
5319 ** See also: [sqlite3_blob_write()].
5349 ** ^(On success, sqlite3_blob_write() returns SQLITE_OK.
5359 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
H A Dsqlite3.c5710 ** ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces
5753 ** ^Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for
5797 ** ^All subsequent calls to [sqlite3_blob_read()], [sqlite3_blob_write()] or
5869 ** See also: [sqlite3_blob_write()].
5899 ** ^(On success, sqlite3_blob_write() returns SQLITE_OK.
5909 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
71466 SQLITE_API int sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset){ function
91235 #define sqlite3_blob_write macro
91388 #define sqlite3_blob_write macro
[all...]

Completed in 452 milliseconds