Searched refs:xStep (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | sqlite3ext.h | 84 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 88 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 218 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 315 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
|
H A D | sqlite3.h | 5462 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 5472 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 5482 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 5492 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
|
H A D | sqlite3.c | 5775 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 5785 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 5795 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 5805 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 18088 #define WAGGREGATE(zName, nArg, arg, nc, xStep, xFinal, xValue, xInverse, f) \ argument 18090 SQLITE_INT_TO_PTR(arg), 0, xStep,xFinal,xValue,xInverse,#zName, {0}} 135556 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 135560 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 135690 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 135787 void (*xStep)(sqlite3_context*,int,sqlite3_value**), [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
H A D | sqlite3.d | 948 void function (sqlite3_context*,int,sqlite3_value**) xStep, 959 void function (sqlite3_context*,int,sqlite3_value**) xStep, 970 void function (sqlite3_context*,int,sqlite3_value**) xStep,
|