Searched refs:isIncrblobHandle (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h501 u8 isIncrblobHandle; /* True if this cursor is an incr. io handle */ member in struct:BtCursor
H A Dbtree.c477 if( p->isIncrblobHandle && (isClearTable || p->info.nKey==iRow) ){
3806 ** If the BtCursor.isIncrblobHandle flag is set, and the current
3872 /* If the isIncrblobHandle flag is set and the BtCursor.aOverflow[]
3879 if( pCur->isIncrblobHandle && !pCur->aOverflow ){
8062 assert( pCsr->isIncrblobHandle );
8105 pCur->isIncrblobHandle = 1;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46703 u8 isIncrblobHandle; /* True if this cursor is an incr. io handle */ member in struct:BtCursor
[all...]

Completed in 311 milliseconds