Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.h2952 typedef struct sqlite3_context sqlite3_context; typedef
H A Dsqlite3.c3499 typedef struct sqlite3_context sqlite3_context; typedef
12732 struct sqlite3_context { struct
12733 FuncDef *pFunc; /* Pointer to function information. MUST BE FIRST */
12734 VdbeFunc *pVdbeFunc; /* Auxilary data, if created. */
12735 Mem s; /* The return value is stored here */
12736 Mem *pMem; /* Memory cell used to store aggregate context */
12737 int isError; /* Error code returned by the function. */
12738 CollSeq *pColl; /* Collating sequence */

Completed in 217 milliseconds