Home
last modified time | relevance | path

Searched refs:sqlite3_blob_bytes (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h535 #define sqlite3_blob_bytes sqlite3_api->blob_bytes macro
H A Dsqlite3.h8239 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
H A Dsqlite3.c8560 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
106479 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){ function
142989 #define sqlite3_blob_bytes sqlite3_api->blob_bytes macro
143283 #define sqlite3_blob_bytes 0 macro
143468 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);
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c341 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()