Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dsqlite3.c4885 typedef struct sqlite3_context sqlite3_context; typedef
18947 struct sqlite3_context { struct
18948 Mem *pOut; /* The return value is stored here */
18949 FuncDef *pFunc; /* Pointer to function information */
18950 Mem *pMem; /* Memory cell used to store aggregate context */
18951 Vdbe *pVdbe; /* The VM that owns this context */
18952 int iOp; /* Instruction number of OP_Function */
18953 int isError; /* Error code returned by the function. */
18954 u8 skipFlag; /* Skip accumulator loading if true */
18955 u8 fErrorOrAux; /* isError!=0 or pVdbe->pAuxData modified */
[all …]
Dsqlite3.h3861 typedef struct sqlite3_context sqlite3_context; typedef
Dshell.c5569 void (**pxFunc)(sqlite3_context*,int,sqlite3_value**), /* OUT: Result */ in zipfileFindFunction()
/external/sqlite/dist/
Dsqlite3.c4885 typedef struct sqlite3_context sqlite3_context; typedef
18947 struct sqlite3_context { struct
18948 Mem *pOut; /* The return value is stored here */
18949 FuncDef *pFunc; /* Pointer to function information */
18950 Mem *pMem; /* Memory cell used to store aggregate context */
18951 Vdbe *pVdbe; /* The VM that owns this context */
18952 int iOp; /* Instruction number of OP_Function */
18953 int isError; /* Error code returned by the function. */
18954 u8 skipFlag; /* Skip accumulator loading if true */
18955 u8 fErrorOrAux; /* isError!=0 or pVdbe->pAuxData modified */
[all …]
Dsqlite3.h3861 typedef struct sqlite3_context sqlite3_context; typedef
Dshell.c5575 void (**pxFunc)(sqlite3_context*,int,sqlite3_value**), /* OUT: Result */ in zipfileFindFunction()