Searched refs:sqlite3_blob_read (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | sqlite3ext.h | 528 #define sqlite3_blob_read sqlite3_api->blob_read macro
|
H A D | sqlite3.h | 7891 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
|
H A D | sqlite3.c | 8204 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset); 102735 SQLITE_API int sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){ 136961 #define sqlite3_blob_read sqlite3_api->blob_read 137245 #define sqlite3_blob_read 0 137430 sqlite3_blob_read, 197704 rc = sqlite3_blob_read(p->pSegments, aByte, nByte, 0); 197734 rc = sqlite3_blob_read( 211075 rc = sqlite3_blob_read(pRtree->pNodeBlob, pNode->zData, 241368 rc = sqlite3_blob_read(p->pReader, aOut, nByte, 0);
|
/freebsd/contrib/sqlite3/tea/generic/ |
H A D | tclsqlite3.c | 308 rc = sqlite3_blob_read(p->pBlob, (void *)buf, nRead, p->iSeek); in incrblobInput()
|