Searched refs:pVdbe (Results 1 - 2 of 2) sorted by relevance
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 9715 struct Vdbe *pVdbe; /* List of active virtual machines */ member in struct:sqlite3 11086 Vdbe *pVdbe; /* An engine for executing database bytecode */ member in struct:Parse 11088 u8 colNamesSet; /* TRUE after OP_ColumnName has been issued to pVdbe */ 13096 Vdbe *pVdbe; /* Attach the explanation to this Vdbe */ member in struct:Explain 13493 struct Vdbe *pVdbe; /* Used to iterate through VMs */ local 13497 for(pVdbe=db->pVdbe; pVdbe; pVdbe=pVdbe 58947 sqlite3VdbeMemAboutToChange(Vdbe *pVdbe, Mem *pMem) argument 60175 sqlite3VdbeLinkSubProgram(Vdbe *pVdbe, SubProgram *p) argument 64057 Vdbe *pVdbe = (Vdbe*)pStmt; local 64230 sqlite3ExplainBegin(Vdbe *pVdbe) argument 64259 sqlite3ExplainPrintf(Vdbe *pVdbe, const char *zFormat, ...) argument 64277 sqlite3ExplainNL(Vdbe *pVdbe) argument 64288 sqlite3ExplainPush(Vdbe *pVdbe) argument 64316 sqlite3ExplainFinish(Vdbe *pVdbe) argument 64330 sqlite3VdbeExplanation(Vdbe *pVdbe) argument 65289 Vdbe *pVdbe; member in struct:vdbeExecUnion::OP_Destroy_stack_vars 81296 Vdbe *pVdbe; local 94291 Vdbe *pVdbe = pParse->pVdbe; local 99023 explainOneSelect(Vdbe *pVdbe, Select *p) argument 99093 sqlite3ExplainSelect(Vdbe *pVdbe, Select *p) argument [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 9715 struct Vdbe *pVdbe; /* List of active virtual machines */ member in struct:sqlite3 11086 Vdbe *pVdbe; /* An engine for executing database bytecode */ member in struct:Parse 11088 u8 colNamesSet; /* TRUE after OP_ColumnName has been issued to pVdbe */ 13096 Vdbe *pVdbe; /* Attach the explanation to this Vdbe */ member in struct:Explain 13493 struct Vdbe *pVdbe; /* Used to iterate through VMs */ local 13497 for(pVdbe=db->pVdbe; pVdbe; pVdbe=pVdbe 58975 sqlite3VdbeMemAboutToChange(Vdbe *pVdbe, Mem *pMem) argument 60203 sqlite3VdbeLinkSubProgram(Vdbe *pVdbe, SubProgram *p) argument 64085 Vdbe *pVdbe = (Vdbe*)pStmt; local 64258 sqlite3ExplainBegin(Vdbe *pVdbe) argument 64287 sqlite3ExplainPrintf(Vdbe *pVdbe, const char *zFormat, ...) argument 64305 sqlite3ExplainNL(Vdbe *pVdbe) argument 64316 sqlite3ExplainPush(Vdbe *pVdbe) argument 64344 sqlite3ExplainFinish(Vdbe *pVdbe) argument 64358 sqlite3VdbeExplanation(Vdbe *pVdbe) argument 65317 Vdbe *pVdbe; member in struct:vdbeExecUnion::OP_Destroy_stack_vars 81332 Vdbe *pVdbe; local 94327 Vdbe *pVdbe = pParse->pVdbe; local 99059 explainOneSelect(Vdbe *pVdbe, Select *p) argument 99129 sqlite3ExplainSelect(Vdbe *pVdbe, Select *p) argument [all...] |
Completed in 323 milliseconds