Home
last modified time | relevance | path

Searched refs:xStep (Results 1 – 6 of 6) sorted by relevance

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3ext.h80 …,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,…
81 …,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,…
201 …,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,…
HDsqlite3.h3714 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3724 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3734 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
HDsqlite3.c4267 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
4277 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
4287 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
9632 void (*xStep)(sqlite3_context*,int,sqlite3_value**); /* Aggregate step */ member
9703 #define AGGREGATE(zName, nArg, arg, nc, xStep, xFinal) \ argument
9705 SQLITE_INT_TO_PTR(arg), 0, 0, xStep,xFinal,#zName,0,0}
62114 assert( p && p->pFunc && p->pFunc->xStep );
62205 assert( p && p->pMem && p->pFunc && p->pFunc->xStep );
68980 (u.ce.ctx.pFunc->xStep)(&u.ce.ctx, u.ce.n, u.ce.apVal); /* IMP: R-24505-23230 */
83183 || (nArg==-1 && (p->xFunc!=0 || p->xStep!=0))
[all …]
/NextBSD/contrib/sqlite3/
HDsqlite3ext.h86 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
90 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
220 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
HDsqlite3.h4231 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
4241 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
4251 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
HDsqlite3.c4445 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
4455 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
4465 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
11306 void (*xStep)(sqlite3_context*,int,sqlite3_value**); /* Aggregate step */ member
11394 #define AGGREGATE(zName, nArg, arg, nc, xStep, xFinal) \ argument
11396 SQLITE_INT_TO_PTR(arg), 0, 0, xStep,xFinal,#zName,0,0}
11397 #define AGGREGATE2(zName, nArg, arg, nc, xStep, xFinal, extraFlags) \ argument
11399 SQLITE_INT_TO_PTR(arg), 0, 0, xStep,xFinal,#zName,0,0}
70920 assert( p && p->pFunc && p->pFunc->xStep );
71011 assert( p && p->pMem && p->pFunc && p->pFunc->xStep );
[all …]