HomeSort by relevance Sort by last modified time
    Searched refs:pResultSet (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
vdbeInt.h 274 Mem *pResultSet; /* Pointer to an array of results */
vdbeapi.c 672 if( pVm==0 || pVm->pResultSet==0 ) return 0;
688 if( pVm && pVm->pResultSet!=0 && i<pVm->nResColumn && i>=0 ){
690 pOut = &pVm->pResultSet[i];
    [all...]
vdbeaux.c     [all...]
vdbe.c 583 p->pResultSet = 0;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 107 milliseconds