Searched refs:sqlite3_blob_bytes (Results 1 – 4 of 4) sorted by relevance
525 #define sqlite3_blob_bytes sqlite3_api->blob_bytes macro
7862 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
8175 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);102752 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){136958 #define sqlite3_blob_bytes sqlite3_api->blob_bytes137242 #define sqlite3_blob_bytes 0137427 sqlite3_blob_bytes,197693 int nByte = sqlite3_blob_bytes(p->pSegments);211063 }else if( pRtree->iNodeSize==sqlite3_blob_bytes(pRtree->pNodeBlob) ){241357 int nByte = sqlite3_blob_bytes(p->pReader);
300 nBlob = sqlite3_blob_bytes(p->pBlob); in incrblobInput()332 nBlob = sqlite3_blob_bytes(p->pBlob); in incrblobOutput()370 p->iSeek = sqlite3_blob_bytes(p->pBlob) + offset; in incrblobSeek()