Searched refs:pVdbe (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c11684 struct Vdbe *pVdbe; /* List of active virtual machines */ member in struct:sqlite3
13208 Vdbe *pVdbe; /* An engine for executing database bytecode */ member in struct:Parse
13210 u8 colNamesSet; /* TRUE after OP_ColumnName has been issued to pVdbe */
15532 Vdbe *pVdbe; /* The VM that owns this context */ member in struct:sqlite3_context
15536 u8 fErrorOrAux; /* isError!=0 or pVdbe->pAuxData modified */
15546 Vdbe *pVdbe; /* Attach the explanation to this Vdbe */ member in struct:Explain
16022 struct Vdbe *pVdbe; /* Used to iterate through VMs */ local
16026 for(pVdbe=db->pVdbe; pVdbe; pVdb
65720 sqlite3VdbeMemAboutToChange(Vdbe *pVdbe, Mem *pMem) argument
67497 sqlite3VdbeLinkSubProgram(Vdbe *pVdbe, SubProgram *p) argument
69431 sqlite3VdbeDeleteAuxData(Vdbe *pVdbe, int iOp, int mask) argument
71772 Vdbe *pVdbe = pCtx->pVdbe; local
72536 Vdbe *pVdbe = (Vdbe*)pStmt; local
92864 Vdbe *pVdbe; local
108413 Vdbe *pVdbe = pParse->pVdbe; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11684 struct Vdbe *pVdbe; /* List of active virtual machines */ member in struct:sqlite3
13208 Vdbe *pVdbe; /* An engine for executing database bytecode */ member in struct:Parse
13210 u8 colNamesSet; /* TRUE after OP_ColumnName has been issued to pVdbe */
15532 Vdbe *pVdbe; /* The VM that owns this context */ member in struct:sqlite3_context
15536 u8 fErrorOrAux; /* isError!=0 or pVdbe->pAuxData modified */
15546 Vdbe *pVdbe; /* Attach the explanation to this Vdbe */ member in struct:Explain
16022 struct Vdbe *pVdbe; /* Used to iterate through VMs */ local
16026 for(pVdbe=db->pVdbe; pVdbe; pVdb
65738 sqlite3VdbeMemAboutToChange(Vdbe *pVdbe, Mem *pMem) argument
67515 sqlite3VdbeLinkSubProgram(Vdbe *pVdbe, SubProgram *p) argument
69449 sqlite3VdbeDeleteAuxData(Vdbe *pVdbe, int iOp, int mask) argument
71790 Vdbe *pVdbe = pCtx->pVdbe; local
72554 Vdbe *pVdbe = (Vdbe*)pStmt; local
92882 Vdbe *pVdbe; local
108431 Vdbe *pVdbe = pParse->pVdbe; local
[all...]

Completed in 930 milliseconds