HomeSort by relevance Sort by last modified time
    Searched defs:pCx (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
vdbe.c 216 VdbeCursor *pCx = 0;
228 p->apCsr[iCur] = pCx = (VdbeCursor*)pMem->z;
229 memset(pCx, 0, sizeof(VdbeCursor));
230 pCx->iDb = iDb;
231 pCx->nField = nField;
233 pCx->aType = (u32 *)&pMem->z[ROUND8(sizeof(VdbeCursor))];
236 pCx->pCursor = (BtCursor*)
238 sqlite3BtreeCursorZero(pCx->pCursor);
241 return pCx;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 418 milliseconds