Searched refs:sqlite3_blob_read (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | sqlite3ext.h | 530 #define sqlite3_blob_read sqlite3_api->blob_read macro
|
H A D | sqlite3.h | 8102 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
|
H A D | sqlite3.c | 8421 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset); 104032 SQLITE_API int sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){ 138876 #define sqlite3_blob_read sqlite3_api->blob_read 139162 #define sqlite3_blob_read 0 139347 sqlite3_blob_read, 200630 rc = sqlite3_blob_read(p->pSegments, aByte, nByte, 0); 200660 rc = sqlite3_blob_read( 214190 rc = sqlite3_blob_read(pRtree->pNodeBlob, pNode->zData, 245075 rc = sqlite3_blob_read(p->pReader, aOut, nByte, 0);
|
/freebsd/contrib/sqlite3/tea/generic/ |
H A D | tclsqlite3.c | 336 rc = sqlite3_blob_read(p->pBlob, (void *)buf, (int)nRead, (int)p->iSeek); in incrblobInput()
|