Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c2831 Decimal *pArg; in decimalSumStep() local
2847 pArg = decimal_new(context, argv[0], 0, 0); in decimalSumStep()
2848 decimal_add(p, pArg); in decimalSumStep()
2849 decimal_free(pArg); in decimalSumStep()
2857 Decimal *pArg; in decimalSumInverse() local
2862 pArg = decimal_new(context, argv[0], 0, 0); in decimalSumInverse()
2863 if( pArg ) pArg->sign = !pArg->sign; in decimalSumInverse()
2864 decimal_add(p, pArg); in decimalSumInverse()
6518 apndFileControl(sqlite3_file *pFile, int op, void *pArg) apndFileControl() argument
15079 recoverVfsFileControl(sqlite3_file *pFd, int op, void *pArg) recoverVfsFileControl() argument
15369 sqlite3_recover_config(sqlite3_recover *p, int op, void *pArg) sqlite3_recover_config() argument
15729 shellLog(void *pArg, int iErrCode, const char *zMsg) shellLog() argument
16562 shell_callback( void *pArg, int nArg, char **azArg, char **azCol, int *aiType ) shell_callback() argument
16940 callback(void *pArg, int nArg, char **azArg, char **azCol) callback() argument
16949 captureOutputCallback(void *pArg, int nArg, char **azArg, char **az) captureOutputCallback() argument
17229 display_stats( sqlite3 *db, ShellState *pArg, int bReset ) display_stats() argument
17593 bind_prepared_stmt(ShellState *pArg, sqlite3_stmt *pStmt) bind_prepared_stmt() argument
18055 exec_prepared_stmt( ShellState *pArg, sqlite3_stmt *pStmt ) exec_prepared_stmt() argument
18275 shell_exec( ShellState *pArg, const char *zSql, char **pzErrMsg ) shell_exec() argument
18565 dump_callback(void *pArg, int nArg, char **azArg, char **azNotUsed) dump_callback() argument
19807 sql_trace_callback( unsigned mType, void *pArg, void *pP, void *pX ) sql_trace_callback() argument
[all...]
H A Dsqlite3.c1154 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
1183 ** into an integer that the pArg argument points to.
1397 ** pointed to by the pArg argument. This capability is used during testing
6338 ** ^The fourth argument, pArg, is an application data pointer that is passed
6349 ** ^The collating function callback is invoked with a copy of the pArg
6374 ** with the addition that the xDestroy callback is invoked on pArg when
6395 void *pArg,
6402 void *pArg,
6410 void *pArg,
6829 ** ^The pArg argumen
9176 void *pArg; global() member
9198 void *pArg; global() member
24992 sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg) sqlite3OsFileControl() argument
25020 sqlite3OsFileControlHint(sqlite3_file *id, int op, void *pArg) sqlite3OsFileControlHint() argument
29113 sqlite3_memory_alarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) sqlite3_memory_alarm() argument
36566 kvvfsFileControlJrnl(sqlite3_file *pProtoFile, int op, void *pArg) kvvfsFileControlJrnl() argument
36570 kvvfsFileControlDb(sqlite3_file *pProtoFile, int op, void *pArg) kvvfsFileControlDb() argument
40817 unixModeBit(unixFile *pFile, unsigned char mask, int *pArg) unixModeBit() argument
40836 unixFileControl(sqlite3_file *id, int op, void *pArg) unixFileControl() argument
44718 proxyFileControl(sqlite3_file *id, int op, void *pArg) proxyFileControl() argument
48572 winModeBit(winFile *pFile, unsigned char mask, int *pArg) global() argument
48591 winFileControl(sqlite3_file *id, int op, void *pArg) global() argument
51735 memdbFileControl(sqlite3_file *pFile, int op, void *pArg) global() argument
54969 sqlite3RowSetClear(void *pArg) global() argument
54989 sqlite3RowSetDelete(void *pArg) global() argument
61909 void *pArg = (void*)zSuper; global() local
71039 btreeInvokeBusyHandler(void *pArg) global() argument
84613 sqlite3VdbeFrameMemDel(void *pArg) global() argument
109778 Expr *pArg = pFarg->a[0].pExpr; global() local
126411 Mem *pArg = (Mem *)argv[0]; global() local
131793 sqlite3_exec( sqlite3 *db, const char *zSql, sqlite3_callback xCallback, void *pArg, char **pzErrMsg ) global() argument
146203 sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv) global() argument
150478 Token *pArg = &pParse->sArg; global() local
151071 void *pArg = 0; global() local
175391 FuncDestructor *pArg = 0; global() local
175567 sqlite3_trace(sqlite3 *db, void(*xTrace)(void*,const char*), void *pArg) global() argument
175744 sqlite3_autovacuum_pages( sqlite3 *db, unsigned int (*xCallback)(void*,const char*,u32,u32,u32), void *pArg, void (*xDestructor)(void*) ) global() argument
176975 void *pArg = sqlite3GlobalConfig.pSqllogArg; global() local
177391 sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg) global() argument
207223 rtreeMatchArgFree(void *pArg) global() argument
213189 xDefaultRename(void *pArg, const char *zOld, const char *zNew) global() argument
213220 sqlite3rbu_rename_handler( sqlite3rbu *pRbu, void *pArg, int (*xRename)(void *pArg, const char *zOld, const char *zNew) ) global() argument
213638 rbuVfsFileControl(sqlite3_file *pFile, int op, void *pArg) global() argument
214020 rbuVfsDlSym(sqlite3_vfs *pVfs, void *pArg, const char *zSym ) global() argument
218294 sqlite3session_object_config(sqlite3_session *pSession, int op, void *pArg) global() argument
221321 sqlite3session_config(int op, void *pArg) global() argument
[all...]
/third_party/sqlite/include/
H A Dsqlite3.h844 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
873 ** into an integer that the pArg argument points to.
1087 ** pointed to by the pArg argument. This capability is used during testing
6029 ** ^The fourth argument, pArg, is an application data pointer that is passed
6040 ** ^The collating function callback is invoked with a copy of the pArg
6065 ** with the addition that the xDestroy callback is invoked on pArg when
6086 void *pArg,
6093 void *pArg,
6101 void *pArg,
6520 ** ^The pArg argumen
8867 void *pArg; global() member
8889 void *pArg; global() member
[all...]
/third_party/rust/crates/libc/src/
H A Dpsp.rs97 unsafe extern "C" fn(oldState: i32, newState: i32, event: i32, error: i32, pArg: *mut c_void),

Completed in 144 milliseconds