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

/external/sqlite/dist/orig/
H A Dsqlite3.h694 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
717 ** into an integer that the pArg argument points to. This capability
4244 ** ^The fourth argument, pArg, is an application data pointer that is passed
4255 ** ^The collating function callback is invoked with a copy of the pArg
4279 ** with the addition that the xDestroy callback is invoked on pArg when
4300 void *pArg,
4307 void *pArg,
4315 void *pArg,
4537 ** ^The pArg argument is passed through to the callback.
6138 ** method is passed a copy of the sqlite3_pcache_methods2.pArg valu
6271 void *pArg; member in struct:sqlite3_pcache_methods2
6293 void *pArg; member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1244 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
1267 ** into an integer that the pArg argument points to. This capability
4794 ** ^The fourth argument, pArg, is an application data pointer that is passed
4805 ** ^The collating function callback is invoked with a copy of the pArg
4829 ** with the addition that the xDestroy callback is invoked on pArg when
4850 void *pArg,
4857 void *pArg,
4865 void *pArg,
5087 ** ^The pArg argument is passed through to the callback.
6688 ** method is passed a copy of the sqlite3_pcache_methods2.pArg valu
6821 void *pArg; member in struct:sqlite3_pcache_methods2
6843 void *pArg; member in struct:sqlite3_pcache_methods
8038 void *pArg; /* First arg to busy callback */ member in struct:BusyHandler
14777 sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg) argument
14781 sqlite3OsFileControlHint(sqlite3_file *id, int op, void *pArg) argument
18680 sqlite3MemoryAlarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
18701 sqlite3_memory_alarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
18830 void *pArg; local
23437 os2FileControl(sqlite3_file *id, int op, void *pArg) argument
28558 unixModeBit(unixFile *pFile, unsigned char mask, int *pArg) argument
28571 unixFileControl(sqlite3_file *id, int op, void *pArg) argument
31588 proxyFileControl(sqlite3_file *id, int op, void *pArg) argument
34244 winModeBit(winFile *pFile, unsigned char mask, int *pArg) argument
34257 winFileControl(sqlite3_file *id, int op, void *pArg) argument
51035 btreeInvokeBusyHandler(void *pArg) argument
65036 Mem *pArg; member in struct:vdbeExecUnion::OP_Function_stack_vars
87464 Mem *pArg = (Mem *)argv[0]; local
90836 sqlite3_exec( sqlite3 *db, const char *zSql, sqlite3_callback xCallback, void *pArg, char **pzErrMsg ) argument
99159 sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv) argument
101891 Token *pArg = &pParse->sArg; local
102404 void *pArg = 0; local
113632 FuncDestructor *pArg = 0; local
113719 sqlite3_trace(sqlite3 *db, void (*xTrace)(void*,const char*), void *pArg) argument
115141 sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg) argument
[all...]
H A Dshell.c485 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ argument
486 struct callback_data *p = (struct callback_data*)pArg;
669 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ argument
671 struct callback_data *p = (struct callback_data*)pArg;
850 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ argument
852 return shell_callback(pArg, nArg, azArg, azCol, NULL);
1013 struct callback_data *pArg, /* Pointer to struct callback_data */
1019 if( pArg && pArg->out ){
1023 fprintf(pArg
1011 display_stats( sqlite3 *db, struct callback_data *pArg, int bReset ) argument
1108 shell_exec( sqlite3 *db, const char *zSql, int (*xCallback)(void*,int,char**,char**,int*), struct callback_data *pArg, char **pzErrMsg ) argument
1247 dump_callback(void *pArg, int nArg, char **azArg, char **azCol) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.h694 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
717 ** into an integer that the pArg argument points to. This capability
4244 ** ^The fourth argument, pArg, is an application data pointer that is passed
4255 ** ^The collating function callback is invoked with a copy of the pArg
4279 ** with the addition that the xDestroy callback is invoked on pArg when
4300 void *pArg,
4307 void *pArg,
4315 void *pArg,
4537 ** ^The pArg argument is passed through to the callback.
6138 ** method is passed a copy of the sqlite3_pcache_methods2.pArg valu
6271 void *pArg; member in struct:sqlite3_pcache_methods2
6293 void *pArg; member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1244 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
1267 ** into an integer that the pArg argument points to. This capability
4794 ** ^The fourth argument, pArg, is an application data pointer that is passed
4805 ** ^The collating function callback is invoked with a copy of the pArg
4829 ** with the addition that the xDestroy callback is invoked on pArg when
4850 void *pArg,
4857 void *pArg,
4865 void *pArg,
5087 ** ^The pArg argument is passed through to the callback.
6688 ** method is passed a copy of the sqlite3_pcache_methods2.pArg valu
6821 void *pArg; member in struct:sqlite3_pcache_methods2
6843 void *pArg; member in struct:sqlite3_pcache_methods
8038 void *pArg; /* First arg to busy callback */ member in struct:BusyHandler
14777 sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg) argument
14781 sqlite3OsFileControlHint(sqlite3_file *id, int op, void *pArg) argument
18680 sqlite3MemoryAlarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
18701 sqlite3_memory_alarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
18830 void *pArg; local
23437 os2FileControl(sqlite3_file *id, int op, void *pArg) argument
28571 unixModeBit(unixFile *pFile, unsigned char mask, int *pArg) argument
28584 unixFileControl(sqlite3_file *id, int op, void *pArg) argument
31601 proxyFileControl(sqlite3_file *id, int op, void *pArg) argument
34257 winModeBit(winFile *pFile, unsigned char mask, int *pArg) argument
34270 winFileControl(sqlite3_file *id, int op, void *pArg) argument
51048 btreeInvokeBusyHandler(void *pArg) argument
65049 Mem *pArg; member in struct:vdbeExecUnion::OP_Function_stack_vars
87477 Mem *pArg = (Mem *)argv[0]; local
90849 sqlite3_exec( sqlite3 *db, const char *zSql, sqlite3_callback xCallback, void *pArg, char **pzErrMsg ) argument
99172 sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv) argument
101904 Token *pArg = &pParse->sArg; local
102417 void *pArg = 0; local
113645 FuncDestructor *pArg = 0; local
113732 sqlite3_trace(sqlite3 *db, void (*xTrace)(void*,const char*), void *pArg) argument
115169 sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg) argument
[all...]
H A Dshell.c490 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ argument
491 struct callback_data *p = (struct callback_data*)pArg;
674 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ argument
676 struct callback_data *p = (struct callback_data*)pArg;
855 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ argument
857 return shell_callback(pArg, nArg, azArg, azCol, NULL);
1018 struct callback_data *pArg, /* Pointer to struct callback_data */
1024 if( pArg && pArg->out ){
1028 fprintf(pArg
1016 display_stats( sqlite3 *db, struct callback_data *pArg, int bReset ) argument
1113 shell_exec( sqlite3 *db, const char *zSql, int (*xCallback)(void*,int,char**,char**,int*), struct callback_data *pArg, char **pzErrMsg ) argument
1252 dump_callback(void *pArg, int nArg, char **azArg, char **azCol) argument
[all...]
/external/clang/lib/Analysis/
H A DScanfFormatString.cpp174 case 'p': k = ConversionSpecifier::pArg; break;
316 case ConversionSpecifier::pArg:
H A DFormatString.cpp508 case pArg: return "p";
691 case ConversionSpecifier::pArg:
H A DPrintfFormatString.cpp188 case 'p': k = ConversionSpecifier::pArg; break;
358 case ConversionSpecifier::pArg:
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h582 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
599 ** into an integer that the pArg argument points to. This capability
3707 ** The pArg argument is passed through to the callback.
3712 ** pArg value is returned. Otherwise NULL is returned.
3771 ** If another function was previously registered, its pArg value
5051 ** a copy of the sqlite3_pcache_methods.pArg value. It can be used to set
5147 void *pArg; member in struct:sqlite3_pcache_methods
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h140 pArg, enumerator in enum:clang::analyze_format_string::ConversionSpecifier::Kind
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc.c701 * \param[in] pArg A custom argument that can be passed to the thread (not used)
706 int phDal4Nfc_ReaderThread(void * pArg) argument

Completed in 553 milliseconds