Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3_write.c53 sqlite3_int64 iLastCol; member
485 p->iLastCol = -1; in fts3PendingListAppend()
489 if( iCol>0 && p->iLastCol!=iCol ){ in fts3PendingListAppend()
495 p->iLastCol = iCol; in fts3PendingListAppend()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c120161 sqlite3_int64 iLastCol;
120593 p->iLastCol = -1;
120597 if( iCol>0 && p->iLastCol!=iCol ){
120603 p->iLastCol = iCol;
/external/sqlite/dist/orig/
Dsqlite3.c125136 sqlite3_int64 iLastCol;
125663 p->iLastCol = -1;
125667 if( iCol>0 && p->iLastCol!=iCol ){
125673 p->iLastCol = iCol;
/external/sqlite/dist/
Dsqlite3.c125184 sqlite3_int64 iLastCol;
125711 p->iLastCol = -1;
125715 if( iCol>0 && p->iLastCol!=iCol ){
125721 p->iLastCol = iCol;