Searched defs:sqlite3_context (Results 1 – 4 of 4) sorted by relevance
3638 typedef struct sqlite3_context sqlite3_context; typedef14773 struct sqlite3_context { struct14774 Mem *pOut; /* The return value is stored here */14775 FuncDef *pFunc; /* Pointer to function information */14776 Mem *pMem; /* Memory cell used to store aggregate context */14777 Vdbe *pVdbe; /* The VM that owns this context */14778 int iOp; /* Instruction number of OP_Function */14779 int isError; /* Error code returned by the function. */14780 u8 skipFlag; /* Skip accumulator loading if true */14781 u8 fErrorOrAux; /* isError!=0 or pVdbe->pAuxData modified */
3431 typedef struct sqlite3_context sqlite3_context; typedef