Home
last modified time | relevance | path

Searched defs:sqlite3_context (Results 1 – 4 of 4) sorted by relevance

/external/sqlite/dist/
Dsqlite3.c3661 typedef struct sqlite3_context sqlite3_context; typedef
15528 struct sqlite3_context { struct
15529 Mem *pOut; /* The return value is stored here */
15530 FuncDef *pFunc; /* Pointer to function information */
15531 Mem *pMem; /* Memory cell used to store aggregate context */
15532 Vdbe *pVdbe; /* The VM that owns this context */
15533 int iOp; /* Instruction number of OP_Function */
15534 int isError; /* Error code returned by the function. */
15535 u8 skipFlag; /* Skip accumulator loading if true */
15536 u8 fErrorOrAux; /* isError!=0 or pVdbe->pAuxData modified */
[all …]
Dsqlite3.h3447 typedef struct sqlite3_context sqlite3_context; typedef
/external/sqlite/dist/orig/
Dsqlite3.c3661 typedef struct sqlite3_context sqlite3_context; typedef
15528 struct sqlite3_context { struct
15529 Mem *pOut; /* The return value is stored here */
15530 FuncDef *pFunc; /* Pointer to function information */
15531 Mem *pMem; /* Memory cell used to store aggregate context */
15532 Vdbe *pVdbe; /* The VM that owns this context */
15533 int iOp; /* Instruction number of OP_Function */
15534 int isError; /* Error code returned by the function. */
15535 u8 skipFlag; /* Skip accumulator loading if true */
15536 u8 fErrorOrAux; /* isError!=0 or pVdbe->pAuxData modified */
[all …]
Dsqlite3.h3447 typedef struct sqlite3_context sqlite3_context; typedef