Searched refs:sqlite3_blob_bytes (Results 1 – 4 of 4) sorted by relevance
535 #define sqlite3_blob_bytes sqlite3_api->blob_bytes macro
8239 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
8560 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);106479 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){ function142989 #define sqlite3_blob_bytes sqlite3_api->blob_bytes macro143283 #define sqlite3_blob_bytes 0 macro143468 sqlite3_blob_bytes,205543 int nByte = sqlite3_blob_bytes(p->pSegments);219233 }else if( pRtree->iNodeSize==sqlite3_blob_bytes(pRtree->pNodeBlob) ){251698 i64 nByte = sqlite3_blob_bytes(p->pReader);
341 nBlob = sqlite3_blob_bytes(p->pBlob); in incrblobInput()373 nBlob = sqlite3_blob_bytes(p->pBlob); in incrblobOutput()418 p->iSeek = sqlite3_blob_bytes(p->pBlob) + offset; in incrblobWideSeek()