Searched defs:xStep (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | main.c | 987 ** Passing a NULL xFunc argument or NULL xStep and xFinalize arguments 1012 p->xStep = 0; 1021 void (*xStep)(sqlite_func*,int,const char**), /* The step function */ 1034 p->xStep = xStep; 1017 sqlite_create_aggregate( sqlite *db, const char *zName, int nArg, void (*xStep)(sqlite_func*,int,const char**), void (*xFinalize)(sqlite_func*), void *pUserData ) argument
|
H A D | sqliteInt.h | 431 void (*xStep)(sqlite_func*,int,const char**); /* Aggregate function step */ member in struct:FuncDef 436 u8 includeTypes; /* Add datatypes to args of xFunc and xStep */
|
Completed in 64 milliseconds