VdbeCursor       12298 third_party/sqlite/amalgamation/sqlite3.c typedef struct VdbeCursor VdbeCursor;
VdbeCursor       12329 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor **apCsr;     /* Array of Vdbe cursors for parent frame */
VdbeCursor       12500 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor **apCsr;     /* One element of this array for each open cursor */
VdbeCursor       12551 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3VdbeFreeCursor(Vdbe *, VdbeCursor*);
VdbeCursor       12553 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VdbeCursorMoveto(VdbeCursor*);
VdbeCursor       12564 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VdbeIdxKeyCompare(VdbeCursor*,UnpackedRecord*,int*);
VdbeCursor       58225 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor **apCsr = (VdbeCursor **)&aMem[p->nChildMem];
VdbeCursor       58603 third_party/sqlite/amalgamation/sqlite3.c       p->apCsr = allocSpace(p->apCsr, nCursor*sizeof(VdbeCursor*),
VdbeCursor       58660 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3VdbeFreeCursor(Vdbe *p, VdbeCursor *pCx){
VdbeCursor       58720 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pC = p->apCsr[i];
VdbeCursor       59574 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VdbeCursorMoveto(VdbeCursor *p){
VdbeCursor       60225 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pC,             /* The cursor to compare against */
VdbeCursor       62004 third_party/sqlite/amalgamation/sqlite3.c static VdbeCursor *allocateCursor(
VdbeCursor       62032 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pCx = 0;
VdbeCursor       62034 third_party/sqlite/amalgamation/sqlite3.c       ROUND8(sizeof(VdbeCursor)) + 
VdbeCursor       62044 third_party/sqlite/amalgamation/sqlite3.c     p->apCsr[iCur] = pCx = (VdbeCursor*)pMem->z;
VdbeCursor       62045 third_party/sqlite/amalgamation/sqlite3.c     memset(pCx, 0, sizeof(VdbeCursor));
VdbeCursor       62049 third_party/sqlite/amalgamation/sqlite3.c       pCx->aType = (u32 *)&pMem->z[ROUND8(sizeof(VdbeCursor))];
VdbeCursor       62053 third_party/sqlite/amalgamation/sqlite3.c           &pMem->z[ROUND8(sizeof(VdbeCursor))+2*nField*sizeof(u32)];
VdbeCursor       62552 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pC;    /* The VDBE cursor */
VdbeCursor       62634 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pCur;
VdbeCursor       62638 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pCx;
VdbeCursor       62641 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pCx;
VdbeCursor       62646 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pC;
VdbeCursor       62652 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pC;
VdbeCursor       62656 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pC;
VdbeCursor       62664 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pCx;
VdbeCursor       62672 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pC;
VdbeCursor       62679 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pC;        /* Cursor of table to get the new rowid */
VdbeCursor       62689 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pC;   /* Cursor to table into which insert is written */
VdbeCursor       62698 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pC;
VdbeCursor       62701 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pC;
VdbeCursor       62707 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pC;
VdbeCursor       62713 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pC;
VdbeCursor       62716 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pC;
VdbeCursor       62721 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pC;
VdbeCursor       62726 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pC;
VdbeCursor       62731 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pC;
VdbeCursor       62737 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pC;
VdbeCursor       62744 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pC;
VdbeCursor       62748 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pC;
VdbeCursor       62835 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pCur;
VdbeCursor       62848 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pCur;
VdbeCursor       62863 third_party/sqlite/amalgamation/sqlite3.c       VdbeCursor *pCur;
VdbeCursor       64423 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pC;    /* The VDBE cursor */
VdbeCursor       65376 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pCur;
VdbeCursor       65482 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pCx;
VdbeCursor       65545 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pCx;
VdbeCursor       65629 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pC;
VdbeCursor       65787 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pC;
VdbeCursor       65833 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pC;
VdbeCursor       65920 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pCx;
VdbeCursor       65996 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pC;
VdbeCursor       66067 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pC;        /* Cursor of table to get the new rowid */
VdbeCursor       66251 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pC;   /* Cursor to table into which insert is written */
VdbeCursor       66338 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pC;
VdbeCursor       66417 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pC;
VdbeCursor       66488 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pC;
VdbeCursor       66534 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pC;
VdbeCursor       66558 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pC;
VdbeCursor       66613 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pC;
VdbeCursor       66666 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pC;
VdbeCursor       66714 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pC;
VdbeCursor       66750 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pC;
VdbeCursor       66791 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pC;
VdbeCursor       66846 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pC;
VdbeCursor       67372 third_party/sqlite/amalgamation/sqlite3.c               + u.by.pProgram->nCsr * sizeof(VdbeCursor *);
VdbeCursor       67414 third_party/sqlite/amalgamation/sqlite3.c   p->apCsr = (VdbeCursor **)&aMem[p->nMem+1];
VdbeCursor       67943 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pCur;
VdbeCursor       68002 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pCur;
VdbeCursor       68065 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pCur = p->apCsr[pOp->p1];
VdbeCursor       68121 third_party/sqlite/amalgamation/sqlite3.c   VdbeCursor *pCur;
VdbeCursor        188 third_party/sqlite/src/src/vdbe.c static VdbeCursor *allocateCursor(
VdbeCursor        216 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pCx = 0;
VdbeCursor        218 third_party/sqlite/src/src/vdbe.c       ROUND8(sizeof(VdbeCursor)) + 
VdbeCursor        228 third_party/sqlite/src/src/vdbe.c     p->apCsr[iCur] = pCx = (VdbeCursor*)pMem->z;
VdbeCursor        229 third_party/sqlite/src/src/vdbe.c     memset(pCx, 0, sizeof(VdbeCursor));
VdbeCursor        233 third_party/sqlite/src/src/vdbe.c       pCx->aType = (u32 *)&pMem->z[ROUND8(sizeof(VdbeCursor))];
VdbeCursor        237 third_party/sqlite/src/src/vdbe.c           &pMem->z[ROUND8(sizeof(VdbeCursor))+2*nField*sizeof(u32)];
VdbeCursor       2086 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pC;    /* The VDBE cursor */
VdbeCursor       3019 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pCur;
VdbeCursor       3123 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pCx;
VdbeCursor       3184 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pCx;
VdbeCursor       3266 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pC;
VdbeCursor       3422 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pC;
VdbeCursor       3466 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pC;
VdbeCursor       3551 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pCx;
VdbeCursor       3625 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pC;
VdbeCursor       3694 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pC;        /* Cursor of table to get the new rowid */
VdbeCursor       3876 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pC;   /* Cursor to table into which insert is written */
VdbeCursor       3961 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pC;
VdbeCursor       4038 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pC;
VdbeCursor       4107 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pC;
VdbeCursor       4151 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pC;
VdbeCursor       4173 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pC;
VdbeCursor       4226 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pC;
VdbeCursor       4277 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pC;
VdbeCursor       4323 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pC;
VdbeCursor       4357 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pC;
VdbeCursor       4396 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pC;
VdbeCursor       4449 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pC;
VdbeCursor       4958 third_party/sqlite/src/src/vdbe.c               + pProgram->nCsr * sizeof(VdbeCursor *);
VdbeCursor       5000 third_party/sqlite/src/src/vdbe.c   p->apCsr = (VdbeCursor **)&aMem[p->nMem+1];
VdbeCursor       5512 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pCur;
VdbeCursor       5569 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pCur;
VdbeCursor       5629 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pCur = p->apCsr[pOp->p1];
VdbeCursor       5684 third_party/sqlite/src/src/vdbe.c   VdbeCursor *pCur;
VdbeCursor         84 third_party/sqlite/src/src/vdbeInt.h typedef struct VdbeCursor VdbeCursor;
VdbeCursor        115 third_party/sqlite/src/src/vdbeInt.h   VdbeCursor **apCsr;     /* Array of Vdbe cursors for parent frame */
VdbeCursor        286 third_party/sqlite/src/src/vdbeInt.h   VdbeCursor **apCsr;     /* One element of this array for each open cursor */
VdbeCursor        337 third_party/sqlite/src/src/vdbeInt.h void sqlite3VdbeFreeCursor(Vdbe *, VdbeCursor*);
VdbeCursor        339 third_party/sqlite/src/src/vdbeInt.h int sqlite3VdbeCursorMoveto(VdbeCursor*);
VdbeCursor        350 third_party/sqlite/src/src/vdbeInt.h int sqlite3VdbeIdxKeyCompare(VdbeCursor*,UnpackedRecord*,int*);
VdbeCursor       1100 third_party/sqlite/src/src/vdbeaux.c   VdbeCursor **apCsr = (VdbeCursor **)&aMem[p->nChildMem];
VdbeCursor       1478 third_party/sqlite/src/src/vdbeaux.c       p->apCsr = allocSpace(p->apCsr, nCursor*sizeof(VdbeCursor*),
VdbeCursor       1535 third_party/sqlite/src/src/vdbeaux.c void sqlite3VdbeFreeCursor(Vdbe *p, VdbeCursor *pCx){
VdbeCursor       1595 third_party/sqlite/src/src/vdbeaux.c       VdbeCursor *pC = p->apCsr[i];
VdbeCursor       2449 third_party/sqlite/src/src/vdbeaux.c int sqlite3VdbeCursorMoveto(VdbeCursor *p){
VdbeCursor       3100 third_party/sqlite/src/src/vdbeaux.c   VdbeCursor *pC,             /* The cursor to compare against */