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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile69 sqlite3_blob_write.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h529 #define sqlite3_blob_write sqlite3_api->blob_write macro
H A Dsqlite3.h7676 ** ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces
7733 ** [sqlite3_blob_write()]. The [BLOB handle] can be moved to a
7743 ** ^Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for
7763 ** [sqlite3_blob_bytes()], [sqlite3_blob_write()].
7791 ** ^All subsequent calls to [sqlite3_blob_read()], [sqlite3_blob_write()] or
7864 ** See also: [sqlite3_blob_write()].
7876 ** ^(On success, sqlite3_blob_write() returns SQLITE_OK.
7908 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
10400 ** When the [sqlite3_blob_write()] API is used to update a blob column,
10404 ** sqlite3_blob_write() AP
[all...]
H A Dsqlite3.c7989 ** ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces
8046 ** [sqlite3_blob_write()]. The [BLOB handle] can be moved to a
8056 ** ^Calls to [sqlite3_blob_read()] and [sqlite3_blob_write()] for
8076 ** [sqlite3_blob_bytes()], [sqlite3_blob_write()].
8104 ** ^All subsequent calls to [sqlite3_blob_read()], [sqlite3_blob_write()] or
8177 ** See also: [sqlite3_blob_write()].
8189 ** ^(On success, sqlite3_blob_write() returns SQLITE_OK.
8221 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
10713 ** When the [sqlite3_blob_write()] API is used to update a blob column,
10717 ** sqlite3_blob_write() AP
102202 SQLITE_API int sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset){ function
136001 #define sqlite3_blob_write macro
136285 #define sqlite3_blob_write macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1548 int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c341 rc = sqlite3_blob_write(p->pBlob, (void *)buf, nWrite, p->iSeek);

Completed in 545 milliseconds