Searched refs:xFunc (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.h1394 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */
3307 ** The seventh, eighth and ninth parameters, xFunc, xStep and xFinal, are
3309 ** aggregate. ^A scalar SQL function requires an implementation of the xFunc
3312 ** and xFinal and NULL should be passed for xFunc. ^To delete an existing
3346 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
3356 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
3400 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
3584 ** These routines are used by the xFunc or xFinal callbacks that
H A Dsqlite3.c1931 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */
3844 ** The seventh, eighth and ninth parameters, xFunc, xStep and xFinal, are
3846 ** aggregate. ^A scalar SQL function requires an implementation of the xFunc
3849 ** and xFinal and NULL should be passed for xFunc. ^To delete an existing
3883 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
3893 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
3937 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
4121 ** These routines are used by the xFunc or xFinal callbacks that
6976 int (*xFunc)(void *,int); /* The busy callback */ member in struct:BusyHandler
8795 void (*xFunc)(sqlite3_contex member in struct:FuncDef
58368 columnName( sqlite3_stmt *pStmt, int N, const void *(*xFunc)(Mem*), int useType ) argument
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.h1394 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */
3307 ** The seventh, eighth and ninth parameters, xFunc, xStep and xFinal, are
3309 ** aggregate. ^A scalar SQL function requires an implementation of the xFunc
3312 ** and xFinal and NULL should be passed for xFunc. ^To delete an existing
3346 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
3356 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
3400 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
3584 ** These routines are used by the xFunc or xFinal callbacks that
H A Dsqlite3.c1931 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */
3844 ** The seventh, eighth and ninth parameters, xFunc, xStep and xFinal, are
3846 ** aggregate. ^A scalar SQL function requires an implementation of the xFunc
3849 ** and xFinal and NULL should be passed for xFunc. ^To delete an existing
3883 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
3893 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
3937 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
4121 ** These routines are used by the xFunc or xFinal callbacks that
6976 int (*xFunc)(void *,int); /* The busy callback */ member in struct:BusyHandler
8795 void (*xFunc)(sqlite3_contex member in struct:FuncDef
58368 columnName( sqlite3_stmt *pStmt, int N, const void *(*xFunc)(Mem*), int useType ) argument
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.h1394 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */
3307 ** The seventh, eighth and ninth parameters, xFunc, xStep and xFinal, are
3309 ** aggregate. ^A scalar SQL function requires an implementation of the xFunc
3312 ** and xFinal and NULL should be passed for xFunc. ^To delete an existing
3346 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
3356 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
3400 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
3584 ** These routines are used by the xFunc or xFinal callbacks that
H A Dsqlite3.c1931 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */
3844 ** The seventh, eighth and ninth parameters, xFunc, xStep and xFinal, are
3846 ** aggregate. ^A scalar SQL function requires an implementation of the xFunc
3849 ** and xFinal and NULL should be passed for xFunc. ^To delete an existing
3883 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
3893 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
3937 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
4121 ** These routines are used by the xFunc or xFinal callbacks that
6976 int (*xFunc)(void *,int); /* The busy callback */ member in struct:BusyHandler
8795 void (*xFunc)(sqlite3_contex member in struct:FuncDef
58368 columnName( sqlite3_stmt *pStmt, int N, const void *(*xFunc)(Mem*), int useType ) argument
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
3550 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
3560 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
3601 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
3900 ** These routines are used by the xFunc or xFinal callbacks that
H A DsqliteInt.h374 int (*xFunc)(void *,int); /* The busy callback */ member in struct:BusyHandler
697 void (*xFunc)(sqlite3_context*,int,sqlite3_value**); /* Regular function */ 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
3550 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
3560 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
3601 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
3900 ** These routines are used by the xFunc or xFinal callbacks that
H A DsqliteInt.h374 int (*xFunc)(void *,int); /* The busy callback */ member in struct:BusyHandler
697 void (*xFunc)(sqlite3_context*,int,sqlite3_value**); /* Regular function */ 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
3550 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
3560 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
3601 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
3900 ** These routines are used by the xFunc or xFinal callbacks that
H A DsqliteInt.h374 int (*xFunc)(void *,int); /* The busy callback */ member in struct:BusyHandler
697 void (*xFunc)(sqlite3_context*,int,sqlite3_value**); /* Regular function */ member in struct:FuncDef

Completed in 1290 milliseconds