Searched refs:sqlite3_blob_bytes (Results 1 – 4 of 4) sorted by relevance
503 #define sqlite3_blob_bytes sqlite3_api->blob_bytes macro
7462 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
7768 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);95644 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){127817 #define sqlite3_blob_bytes sqlite3_api->blob_bytes128079 #define sqlite3_blob_bytes 0128264 sqlite3_blob_bytes,184091 int nByte = sqlite3_blob_bytes(p->pSegments);194689 }else if( pRtree->iNodeSize==sqlite3_blob_bytes(pRtree->pNodeBlob) ){223592 int nByte = sqlite3_blob_bytes(p->pReader);
281 nBlob = sqlite3_blob_bytes(p->pBlob); in incrblobInput()313 nBlob = sqlite3_blob_bytes(p->pBlob); in incrblobOutput()351 p->iSeek = sqlite3_blob_bytes(p->pBlob) + offset; in incrblobSeek()