Searched defs:sqlite3_context (Results 1 – 5 of 5) sorted by relevance
2390 typedef struct sqlite3_context sqlite3_context; typedef
3096 typedef struct sqlite3_context sqlite3_context; typedef
3646 typedef struct sqlite3_context sqlite3_context; typedef13081 struct sqlite3_context { struct13082 FuncDef *pFunc; /* Pointer to function information. MUST BE FIRST */13083 VdbeFunc *pVdbeFunc; /* Auxilary data, if created. */13084 Mem s; /* The return value is stored here */13085 Mem *pMem; /* Memory cell used to store aggregate context */13086 CollSeq *pColl; /* Collating sequence */13087 int isError; /* Error code returned by the function. */13088 int skipFlag; /* Skip skip accumulator loading if true */