Searched refs:sqlite3_blob_bytes (Results 1 – 4 of 4) sorted by relevance
527 #define sqlite3_blob_bytes sqlite3_api->blob_bytes macro
8073 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
8392 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);104050 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){138898 #define sqlite3_blob_bytes sqlite3_api->blob_bytes139184 #define sqlite3_blob_bytes 0139369 sqlite3_blob_bytes,200660 int nByte = sqlite3_blob_bytes(p->pSegments);214219 }else if( pRtree->iNodeSize==sqlite3_blob_bytes(pRtree->pNodeBlob) ){245104 int nByte = sqlite3_blob_bytes(p->pReader);
328 nBlob = sqlite3_blob_bytes(p->pBlob); in incrblobInput()360 nBlob = sqlite3_blob_bytes(p->pBlob); in incrblobOutput()405 p->iSeek = sqlite3_blob_bytes(p->pBlob) + offset; in incrblobWideSeek()