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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3ext.h80 int (*create_function)(sqlite3*,const char*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,int,sqlite3_value**),void (*xFinal)(sqlite3_context*));
81 int (*create_function16)(sqlite3*,const void*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,int,sqlite3_value**),void (*xFinal)(sqlite3_context*));
H A Dsqlite3.h3307 ** The seventh, eighth and ninth parameters, xFunc, xStep and xFinal, are
3310 ** callback only; NULL pointers should be passed as the xStep and xFinal
3311 ** parameters. ^An aggregate SQL function requires an implementation of xStep
3347 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3357 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3400 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
3463 ** called once for each invocation of the xStep callback and then one
3465 ** an aggregate query, the xStep() callback of the aggregate function
3484 ** to the xStep or xFinal callback routine that implements the aggregate
H A Dsqlite3.c3844 ** The seventh, eighth and ninth parameters, xFunc, xStep and xFinal, are
3847 ** callback only; NULL pointers should be passed as the xStep and xFinal
3848 ** parameters. ^An aggregate SQL function requires an implementation of xStep
3884 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3894 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3937 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
4000 ** called once for each invocation of the xStep callback and then one
4002 ** an aggregate query, the xStep() callback of the aggregate function
4021 ** to the xStep or xFinal callback routine that implements the aggregate
8796 void (*xStep)(sqlite3_contex member in struct:FuncDef
104278 sqlite3CreateFunc( sqlite3 *db, const char *zFunctionName, int nArg, int enc, void *pUserData, void (*xFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*) ) argument
104362 sqlite3_create_function( sqlite3 *db, const char *zFunctionName, int nArg, int enc, void *p, void (*xFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*) ) argument
104381 sqlite3_create_function16( sqlite3 *db, const void *zFunctionName, int nArg, int eTextRep, void *p, void (*xFunc)(sqlite3_context*,int,sqlite3_value**), void (*xStep)(sqlite3_context*,int,sqlite3_value**), void (*xFinal)(sqlite3_context*) ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3ext.h80 int (*create_function)(sqlite3*,const char*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,int,sqlite3_value**),void (*xFinal)(sqlite3_context*));
81 int (*create_function16)(sqlite3*,const void*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,int,sqlite3_value**),void (*xFinal)(sqlite3_context*));
H A Dsqlite3.h3307 ** The seventh, eighth and ninth parameters, xFunc, xStep and xFinal, are
3310 ** callback only; NULL pointers should be passed as the xStep and xFinal
3311 ** parameters. ^An aggregate SQL function requires an implementation of xStep
3347 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3357 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3400 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
3463 ** called once for each invocation of the xStep callback and then one
3465 ** an aggregate query, the xStep() callback of the aggregate function
3484 ** to the xStep or xFinal callback routine that implements the aggregate
H A Dsqlite3.c3844 ** The seventh, eighth and ninth parameters, xFunc, xStep and xFinal, are
3847 ** callback only; NULL pointers should be passed as the xStep and xFinal
3848 ** parameters. ^An aggregate SQL function requires an implementation of xStep
3884 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3894 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3937 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
4000 ** called once for each invocation of the xStep callback and then one
4002 ** an aggregate query, the xStep() callback of the aggregate function
4021 ** to the xStep or xFinal callback routine that implements the aggregate
8796 void (*xStep)(sqlite3_contex member in struct:FuncDef
104278 sqlite3CreateFunc( sqlite3 *db, const char *zFunctionName, int nArg, int enc, void *pUserData, void (*xFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*) ) argument
104362 sqlite3_create_function( sqlite3 *db, const char *zFunctionName, int nArg, int enc, void *p, void (*xFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*) ) argument
104381 sqlite3_create_function16( sqlite3 *db, const void *zFunctionName, int nArg, int eTextRep, void *p, void (*xFunc)(sqlite3_context*,int,sqlite3_value**), void (*xStep)(sqlite3_context*,int,sqlite3_value**), void (*xFinal)(sqlite3_context*) ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3ext.h80 int (*create_function)(sqlite3*,const char*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,int,sqlite3_value**),void (*xFinal)(sqlite3_context*));
81 int (*create_function16)(sqlite3*,const void*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,int,sqlite3_value**),void (*xFinal)(sqlite3_context*));
H A Dsqlite3.h3307 ** The seventh, eighth and ninth parameters, xFunc, xStep and xFinal, are
3310 ** callback only; NULL pointers should be passed as the xStep and xFinal
3311 ** parameters. ^An aggregate SQL function requires an implementation of xStep
3347 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3357 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3400 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
3463 ** called once for each invocation of the xStep callback and then one
3465 ** an aggregate query, the xStep() callback of the aggregate function
3484 ** to the xStep or xFinal callback routine that implements the aggregate
H A Dsqlite3.c3844 ** The seventh, eighth and ninth parameters, xFunc, xStep and xFinal, are
3847 ** callback only; NULL pointers should be passed as the xStep and xFinal
3848 ** parameters. ^An aggregate SQL function requires an implementation of xStep
3884 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3894 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3937 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
4000 ** called once for each invocation of the xStep callback and then one
4002 ** an aggregate query, the xStep() callback of the aggregate function
4021 ** to the xStep or xFinal callback routine that implements the aggregate
8796 void (*xStep)(sqlite3_contex member in struct:FuncDef
104278 sqlite3CreateFunc( sqlite3 *db, const char *zFunctionName, int nArg, int enc, void *pUserData, void (*xFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*) ) argument
104362 sqlite3_create_function( sqlite3 *db, const char *zFunctionName, int nArg, int enc, void *p, void (*xFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*) ) argument
104381 sqlite3_create_function16( sqlite3 *db, const void *zFunctionName, int nArg, int eTextRep, void *p, void (*xFunc)(sqlite3_context*,int,sqlite3_value**), void (*xStep)(sqlite3_context*,int,sqlite3_value**), void (*xFinal)(sqlite3_context*) ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h3463 ** The seventh, eighth and ninth parameters, xFunc, xStep and xFinal, are
3466 ** the xFunc callback only, NULL pointers should be passed as the xStep
3468 ** of xStep and xFinal and NULL should be passed for xFunc. To delete an
3538 ** {F16142} When SQLite invokes either the xFunc or xStep function of
3551 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3561 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3601 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
H A DsqliteInt.h698 void (*xStep)(sqlite3_context*,int,sqlite3_value**); /* Aggregate step */ member in struct:FuncDef
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h3463 ** The seventh, eighth and ninth parameters, xFunc, xStep and xFinal, are
3466 ** the xFunc callback only, NULL pointers should be passed as the xStep
3468 ** of xStep and xFinal and NULL should be passed for xFunc. To delete an
3538 ** {F16142} When SQLite invokes either the xFunc or xStep function of
3551 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3561 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3601 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
H A DsqliteInt.h698 void (*xStep)(sqlite3_context*,int,sqlite3_value**); /* Aggregate step */ member in struct:FuncDef
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h3463 ** The seventh, eighth and ninth parameters, xFunc, xStep and xFinal, are
3466 ** the xFunc callback only, NULL pointers should be passed as the xStep
3468 ** of xStep and xFinal and NULL should be passed for xFunc. To delete an
3538 ** {F16142} When SQLite invokes either the xFunc or xStep function of
3551 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3561 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3601 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
H A DsqliteInt.h698 void (*xStep)(sqlite3_context*,int,sqlite3_value**); /* Aggregate step */ member in struct:FuncDef

Completed in 1083 milliseconds