Searched refs:sqlite3_blob_bytes (Results 1 – 4 of 4) sorted by relevance
535 #define sqlite3_blob_bytes sqlite3_api->blob_bytes macro
8237 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
8558 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);106321 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){ function142768 #define sqlite3_blob_bytes sqlite3_api->blob_bytes macro143062 #define sqlite3_blob_bytes 0 macro143247 sqlite3_blob_bytes,205229 int nByte = sqlite3_blob_bytes(p->pSegments);218858 }else if( pRtree->iNodeSize==sqlite3_blob_bytes(pRtree->pNodeBlob) ){250966 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()