Home
last modified time | relevance | path

Searched defs:sqlite_func (Results 1 – 3 of 3) sorted by relevance

/titanic_52/usr/src/lib/libsqlite/src/
H A DvdbeInt.h156 struct sqlite_func { struct
157 pFuncsqlite_func global() argument
158 ssqlite_func global() argument
159 pAggsqlite_func global() argument
160 isErrorsqlite_func global() argument
161 isStepsqlite_func global() argument
162 cntsqlite_func global() argument
H A Dmain.c1000 void (*xFunc)(sqlite_func*,int,const char**), /* The implementation */ in sqlite_create_function() argument
1021 void (*xStep)(sqlite_func*,int,const char**), /* The step function */ in sqlite_create_aggregate() argument
1022 void (*xFinalize)(sqlite_func*), /* The finalizer */ in sqlite_create_aggregate() argument
H A Dsqlite.h.in446 typedef struct sqlite_func sqlite_func; typedef
[all...]