Searched refs:xStep (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dmain.c987 ** 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 Dvdbeaux.c484 assert( p && p->pFunc && p->pFunc->xStep );
505 assert( p && p->pFunc && p->pFunc->xStep );
H A DsqliteInt.h431 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 */
H A Dselect.c2369 assert( pAgg->pFunc->xStep!=0 );
H A Dvdbe.c4468 (ctx.pFunc->xStep)(&ctx, n, (const char**)azArgv);

Completed in 39 milliseconds