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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dshell.c465 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ argument
466 struct callback_data *p = (struct callback_data*)pArg;
650 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ argument
652 struct callback_data *p = (struct callback_data*)pArg;
831 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ argument
833 return shell_callback(pArg, nArg, azArg, azCol, NULL);
970 struct callback_data *pArg, /* Pointer to struct callback_data */
976 if( pArg && pArg->out ){
980 fprintf(pArg
968 display_stats( sqlite3 *db, struct callback_data *pArg, int bReset ) argument
1054 shell_exec( sqlite3 *db, const char *zSql, int (*xCallback)(void*,int,char**,char**,int*), struct callback_data *pArg, char **pzErrMsg ) argument
1182 dump_callback(void *pArg, int nArg, char **azArg, char **azCol) argument
[all...]
H A Dsqlite3.h665 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
688 ** into an integer that the pArg argument points to. This capability
3962 ** ^The pArg argument is passed through to the callback.
5391 ** method is passed a copy of the sqlite3_pcache_methods.pArg value.)^
5498 void *pArg; member in struct:sqlite3_pcache_methods
H A Dsqlite3.c1202 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
1225 ** into an integer that the pArg argument points to. This capability
4499 ** ^The pArg argument is passed through to the callback.
5928 ** method is passed a copy of the sqlite3_pcache_methods.pArg value.)^
6035 void *pArg; member in struct:sqlite3_pcache_methods
6977 void *pArg; /* First arg to busy callback */ member in struct:BusyHandler
8830 ** LIKEFUNC(zName, nArg, pArg, flags)
8833 ** function likeFunc. Argument pArg is cast to a (void *) and made
8841 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \
8843 pArg,
13430 sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg) argument
17271 sqlite3MemoryAlarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
17289 sqlite3_memory_alarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
17304 void *pArg; local
21813 os2FileControl(sqlite3_file *id, int op, void *pArg) argument
25722 unixFileControl(sqlite3_file *id, int op, void *pArg) argument
28616 proxyFileControl(sqlite3_file *id, int op, void *pArg) argument
30294 winFileControl(sqlite3_file *id, int op, void *pArg) argument
46196 btreeInvokeBusyHandler(void *pArg) argument
59679 Mem *pArg; member in struct:vdbeExecUnion::OP_Function_stack_vars
79833 Mem *pArg = (Mem *)argv[0]; local
83160 sqlite3_exec( sqlite3 *db, const char *zSql, sqlite3_callback xCallback, void *pArg, char **pzErrMsg ) argument
90996 sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv) argument
93670 Token *pArg = &pParse->sArg; local
94120 void *pArg = 0; local
104443 sqlite3_trace(sqlite3 *db, void (*xTrace)(void*,const char*), void *pArg) argument
105607 sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg) argument
107379 fts3TableExistsCallback(void *pArg, int n, char **pp1, char **pp2) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dshell.c465 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ argument
466 struct callback_data *p = (struct callback_data*)pArg;
650 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ argument
652 struct callback_data *p = (struct callback_data*)pArg;
831 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ argument
833 return shell_callback(pArg, nArg, azArg, azCol, NULL);
970 struct callback_data *pArg, /* Pointer to struct callback_data */
976 if( pArg && pArg->out ){
980 fprintf(pArg
968 display_stats( sqlite3 *db, struct callback_data *pArg, int bReset ) argument
1054 shell_exec( sqlite3 *db, const char *zSql, int (*xCallback)(void*,int,char**,char**,int*), struct callback_data *pArg, char **pzErrMsg ) argument
1182 dump_callback(void *pArg, int nArg, char **azArg, char **azCol) argument
[all...]
H A Dsqlite3.h665 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
688 ** into an integer that the pArg argument points to. This capability
3962 ** ^The pArg argument is passed through to the callback.
5391 ** method is passed a copy of the sqlite3_pcache_methods.pArg value.)^
5498 void *pArg; member in struct:sqlite3_pcache_methods
H A Dsqlite3.c1202 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
1225 ** into an integer that the pArg argument points to. This capability
4499 ** ^The pArg argument is passed through to the callback.
5928 ** method is passed a copy of the sqlite3_pcache_methods.pArg value.)^
6035 void *pArg; member in struct:sqlite3_pcache_methods
6977 void *pArg; /* First arg to busy callback */ member in struct:BusyHandler
8830 ** LIKEFUNC(zName, nArg, pArg, flags)
8833 ** function likeFunc. Argument pArg is cast to a (void *) and made
8841 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \
8843 pArg,
13430 sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg) argument
17271 sqlite3MemoryAlarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
17289 sqlite3_memory_alarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
17304 void *pArg; local
21813 os2FileControl(sqlite3_file *id, int op, void *pArg) argument
25722 unixFileControl(sqlite3_file *id, int op, void *pArg) argument
28616 proxyFileControl(sqlite3_file *id, int op, void *pArg) argument
30294 winFileControl(sqlite3_file *id, int op, void *pArg) argument
46196 btreeInvokeBusyHandler(void *pArg) argument
59679 Mem *pArg; member in struct:vdbeExecUnion::OP_Function_stack_vars
79833 Mem *pArg = (Mem *)argv[0]; local
83160 sqlite3_exec( sqlite3 *db, const char *zSql, sqlite3_callback xCallback, void *pArg, char **pzErrMsg ) argument
90996 sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv) argument
93670 Token *pArg = &pParse->sArg; local
94120 void *pArg = 0; local
104443 sqlite3_trace(sqlite3 *db, void (*xTrace)(void*,const char*), void *pArg) argument
105607 sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg) argument
107379 fts3TableExistsCallback(void *pArg, int n, char **pp1, char **pp2) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dshell.c465 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ argument
466 struct callback_data *p = (struct callback_data*)pArg;
650 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ argument
652 struct callback_data *p = (struct callback_data*)pArg;
831 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ argument
833 return shell_callback(pArg, nArg, azArg, azCol, NULL);
970 struct callback_data *pArg, /* Pointer to struct callback_data */
976 if( pArg && pArg->out ){
980 fprintf(pArg
968 display_stats( sqlite3 *db, struct callback_data *pArg, int bReset ) argument
1054 shell_exec( sqlite3 *db, const char *zSql, int (*xCallback)(void*,int,char**,char**,int*), struct callback_data *pArg, char **pzErrMsg ) argument
1182 dump_callback(void *pArg, int nArg, char **azArg, char **azCol) argument
[all...]
H A Dsqlite3.h665 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
688 ** into an integer that the pArg argument points to. This capability
3962 ** ^The pArg argument is passed through to the callback.
5391 ** method is passed a copy of the sqlite3_pcache_methods.pArg value.)^
5498 void *pArg; member in struct:sqlite3_pcache_methods
H A Dsqlite3.c1202 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
1225 ** into an integer that the pArg argument points to. This capability
4499 ** ^The pArg argument is passed through to the callback.
5928 ** method is passed a copy of the sqlite3_pcache_methods.pArg value.)^
6035 void *pArg; member in struct:sqlite3_pcache_methods
6977 void *pArg; /* First arg to busy callback */ member in struct:BusyHandler
8830 ** LIKEFUNC(zName, nArg, pArg, flags)
8833 ** function likeFunc. Argument pArg is cast to a (void *) and made
8841 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \
8843 pArg,
13430 sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg) argument
17271 sqlite3MemoryAlarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
17289 sqlite3_memory_alarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
17304 void *pArg; local
21813 os2FileControl(sqlite3_file *id, int op, void *pArg) argument
25722 unixFileControl(sqlite3_file *id, int op, void *pArg) argument
28616 proxyFileControl(sqlite3_file *id, int op, void *pArg) argument
30294 winFileControl(sqlite3_file *id, int op, void *pArg) argument
46196 btreeInvokeBusyHandler(void *pArg) argument
59679 Mem *pArg; member in struct:vdbeExecUnion::OP_Function_stack_vars
79833 Mem *pArg = (Mem *)argv[0]; local
83160 sqlite3_exec( sqlite3 *db, const char *zSql, sqlite3_callback xCallback, void *pArg, char **pzErrMsg ) argument
90996 sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv) argument
93670 Token *pArg = &pParse->sArg; local
94120 void *pArg = 0; local
104443 sqlite3_trace(sqlite3 *db, void (*xTrace)(void*,const char*), void *pArg) argument
105607 sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg) argument
107379 fts3TableExistsCallback(void *pArg, int n, char **pp1, char **pp2) 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.h640 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
657 ** into an integer that the pArg argument points to. This capability
4430 ** The pArg argument is passed through
4435 ** pArg value is returned. Otherwise NULL is returned.
4517 ** If another function was previously registered, its pArg value
H A DsqliteInt.h375 void *pArg; /* First arg to busy callback */ member in struct:BusyHandler
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h640 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
657 ** into an integer that the pArg argument points to. This capability
4430 ** The pArg argument is passed through
4435 ** pArg value is returned. Otherwise NULL is returned.
4517 ** If another function was previously registered, its pArg value
H A DsqliteInt.h375 void *pArg; /* First arg to busy callback */ member in struct:BusyHandler
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h640 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
657 ** into an integer that the pArg argument points to. This capability
4430 ** The pArg argument is passed through
4435 ** pArg value is returned. Otherwise NULL is returned.
4517 ** If another function was previously registered, its pArg value
H A DsqliteInt.h375 void *pArg; /* First arg to busy callback */ member in struct:BusyHandler

Completed in 1039 milliseconds