Searched defs:sqlite3_context (Results 1 – 3 of 3) sorted by relevance
4754 typedef struct sqlite3_context sqlite3_context; typedef
5073 typedef struct sqlite3_context sqlite3_context; typedef23975 struct sqlite3_context { struct23989 ** The size (in bytes) of an sqlite3_context object that holds N argument
12135 void (**pxFunc)(sqlite3_context*,int,sqlite3_value**), /* OUT: Result */ in zipfileFindFunction()