HomeSort by relevance Sort by last modified time
    Searched refs:iColumn (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
simpdata.h 88 virtual HRESULT WINAPI aboutToChangeCell(DBROWCOUNT iRow,DB_LORDINAL iColumn) = 0;
89 virtual HRESULT WINAPI cellChanged(DBROWCOUNT iRow,DB_LORDINAL iColumn) = 0;
103 HRESULT (WINAPI *aboutToChangeCell)(OLEDBSimpleProviderListener *This,DBROWCOUNT iRow,DB_LORDINAL iColumn);
104 HRESULT (WINAPI *cellChanged)(OLEDBSimpleProviderListener *This,DBROWCOUNT iRow,DB_LORDINAL iColumn);
120 #define OLEDBSimpleProviderListener_aboutToChangeCell(This,iRow,iColumn) (This)->lpVtbl->aboutToChangeCell(This,iRow,iColumn)
121 #define OLEDBSimpleProviderListener_cellChanged(This,iRow,iColumn) (This)->lpVtbl->cellChanged(This,iRow,iColumn)
130 HRESULT WINAPI OLEDBSimpleProviderListener_aboutToChangeCell_Proxy(OLEDBSimpleProviderListener *This,DBROWCOUNT iRow,DB_LORDINAL iColumn);
132 HRESULT WINAPI OLEDBSimpleProviderListener_cellChanged_Proxy(OLEDBSimpleProviderListener *This,DBROWCOUNT iRow,DB_LORDINAL iColumn);
    [all...]
shldisp.h     [all...]
shobjidl.h     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c 306 static void addPos(DocList *d, int iColumn, int iPos){
309 if( iColumn!=d->iLastColumn ){
310 assert( iColumn>d->iLastColumn );
312 appendVarint(d, iColumn);
313 d->iLastColumn = iColumn;
322 static void docListAddPos(DocList *d, int iColumn, int iPos){
324 addPos(d, iColumn, iPos);
336 int iColumn, /* Column the inserted term is part of */
342 addPos(d, iColumn, iPos);
420 static int readPosition(DocListReader *pReader, int *iColumn){
    [all...]
fulltext.c 949 if( pConstraint->iColumn==0 &&
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
expr.c 50 int j = pExpr->iColumn;
106 int j = p->iColumn;
557 pExpr->iColumn = (ynVar)(++pParse->nVar);
563 pExpr->iColumn = (ynVar)i;
585 pExpr->iColumn = pE->iColumn;
590 pExpr->iColumn = (ynVar)(++pParse->nVar);
    [all...]
resolve.c 113 ** pExpr->iColumn Set to the column number within the table.
199 pExpr->iColumn = j==pTab->iPKey ? -1 : (i16)j;
271 pExpr->iColumn = (i16)iCol;
284 pExpr->iColumn = -1; /* IMP: R-44911-55124 */
370 if( pExpr->iColumn>=0 && pMatch!=0 ){
371 int n = pExpr->iColumn;
416 p->iColumn = -1;
418 p->iColumn = (ynVar)iCol;
474 pExpr->iColumn = -1;
    [all...]
test_tclvar.c 232 if( pCons->iColumn==0 && pCons->usable
244 if( pCons->iColumn==0 && pCons->usable
where.c 562 ** where X is a reference to the iColumn of table iCur and <op> is one of
569 int iColumn, /* Column number of LHS */
581 && pTerm->u.leftColumn==iColumn
591 idxaff = pIdx->pTable->aCol[iColumn].affinity;
602 for(j=0; pIdx->aiColumn[j]!=iColumn; j++){
670 assert( pLeft->iColumn!=(-1) ); /* Because IPK never has AFF_TEXT */
679 int iCol = pRight->iColumn;
702 sqlite3VdbeSetVarmask(v, pRight->iColumn); /* IMP: R-23257-02778 */
    [all...]
test_stat.c 178 && pIdxInfo->aOrderBy[0].iColumn==0
182 && pIdxInfo->aOrderBy[0].iColumn==0
184 && pIdxInfo->aOrderBy[1].iColumn==1
auth.c 167 iCol = pExpr->iColumn;
test_fuzzer.c 760 && pConstraint->iColumn==0
768 && pConstraint->iColumn==1
783 && pIdxInfo->aOrderBy[0].iColumn==1
sqlite.h.in     [all...]
select.c     [all...]
sqliteInt.h     [all...]
fkey.c 535 pRight->iColumn = -1;
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c 909 int iColumn; /* the last column read */
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h 230 int iColumn; /* Index of column this phrase must match */
fts3_expr.c 135 int iCol, /* Value for Fts3Phrase.iColumn */
165 pRet->pPhrase->iColumn = iCol;
287 p->pPhrase->iColumn = pParse->iDefaultCol;
803 "%zPHRASE %d %d", zBuf, pPhrase->iColumn, pPhrase->isNot);
fts3_aux.c 147 && pInfo->aOrderBy[0].iColumn==0
155 if( pInfo->aConstraint[i].usable && pInfo->aConstraint[i].iColumn==0 ){
fts3.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
  /external/sqlite/dist/orig/
sqlite3.h     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c     [all...]

Completed in 847 milliseconds

1 2