Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c3638 typedef struct sqlite3_context sqlite3_context; typedef
14773 struct sqlite3_context { struct
14774 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 */
H A Dsqlite3.h3431 typedef struct sqlite3_context sqlite3_context; typedef

Completed in 412 milliseconds