Home
last modified time | relevance | path

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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h2390 typedef struct sqlite3_context sqlite3_context; typedef
/external/sqlite/dist/
Dsqlite3.h3096 typedef struct sqlite3_context sqlite3_context; typedef
Dsqlite3.c3646 typedef struct sqlite3_context sqlite3_context; typedef
13081 struct sqlite3_context { struct
13082 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 */
/external/sqlite/dist/orig/
Dsqlite3.h3096 typedef struct sqlite3_context sqlite3_context; typedef
Dsqlite3.c3646 typedef struct sqlite3_context sqlite3_context; typedef
13081 struct sqlite3_context { struct
13082 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 */