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.h8237 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
H A Dsqlite3.c8558 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
106321 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){ function
142768 #define sqlite3_blob_bytes sqlite3_api->blob_bytes macro
143062 #define sqlite3_blob_bytes 0 macro
143247 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);
/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()