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

/external/sqlite/dist/orig/
H A Dshell.c1507 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ argument
1508 ShellState *p = (ShellState*)pArg;
1858 void *pArg,
1865 ShellState *p = (ShellState*)pArg;
2198 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ argument
2200 return shell_callback(pArg, nArg, azArg, azCol, NULL);
2207 static int captureOutputCallback(void *pArg, int nArg, char **azArg, char **az){ argument
2208 ShellText *p = (ShellText*)pArg;
2440 ShellState *pArg, /* Pointer to ShellState */
2446 if( pArg
1857 shell_callback( void *pArg, int nArg, char **azArg, char **azCol, int *aiType ) argument
2438 display_stats( sqlite3 *db, ShellState *pArg, int bReset ) argument
2742 exec_prepared_stmt( ShellState *pArg, sqlite3_stmt *pStmt, int (*xCallback)(void*,int,char**,char**,int*) ) argument
2816 shell_exec( sqlite3 *db, const char *zSql, int (*xCallback)(void*,int,char**,char**,int*), ShellState *pArg, char **pzErrMsg ) argument
3084 dump_callback(void *pArg, int nArg, char **azArg, char **azNotUsed) argument
3700 sql_trace_callback( unsigned mType, void *pArg, void *pP, void *pX ) argument
[all...]
H A Dsqlite3.h773 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
802 ** into an integer that the pArg argument points to. This capability
1007 ** pointed to by the pArg argument. This capability is used during testing
5057 ** ^The fourth argument, pArg, is an application data pointer that is passed
5068 ** ^The collating function callback is invoked with a copy of the pArg
5092 ** with the addition that the xDestroy callback is invoked on pArg when
5113 void *pArg,
5120 void *pArg,
5128 void *pArg,
5431 ** ^The pArg argumen
7382 void *pArg; member in struct:sqlite3_pcache_methods2
7404 void *pArg; member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1050 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
1079 ** into an integer that the pArg argument points to. This capability
1284 ** pointed to by the pArg argument. This capability is used during testing
5334 ** ^The fourth argument, pArg, is an application data pointer that is passed
5345 ** ^The collating function callback is invoked with a copy of the pArg
5369 ** with the addition that the xDestroy callback is invoked on pArg when
5390 void *pArg,
5397 void *pArg,
5405 void *pArg,
5708 ** ^The pArg argumen
7659 void *pArg; member in struct:sqlite3_pcache_methods2
7681 void *pArg; member in struct:sqlite3_pcache_methods
12097 void *pArg; /* First arg to busy callback */ member in struct:BusyHandler
20265 sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg) argument
20283 sqlite3OsFileControlHint(sqlite3_file *id, int op, void *pArg) argument
24356 sqlite3_memory_alarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
33720 unixModeBit(unixFile *pFile, unsigned char mask, int *pArg) argument
33736 unixFileControl(sqlite3_file *id, int op, void *pArg) argument
37294 proxyFileControl(sqlite3_file *id, int op, void *pArg) argument
41259 winModeBit(winFile *pFile, unsigned char mask, int *pArg) argument
41277 winFileControl(sqlite3_file *id, int op, void *pArg) argument
53289 void *pArg = (void*)zMaster; local
61369 btreeInvokeBusyHandler(void *pArg) argument
107289 Mem *pArg = (Mem *)argv[0]; local
111314 sqlite3_exec( sqlite3 *db, const char *zSql, sqlite3_callback xCallback, void *pArg, char **pzErrMsg ) argument
122630 sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv) argument
125611 Token *pArg = &pParse->sArg; local
126177 void *pArg = 0; local
142339 FuncDestructor *pArg = 0; local
142442 sqlite3_trace(sqlite3 *db, void(*xTrace)(void*,const char*), void *pArg) argument
143705 void *pArg = sqlite3GlobalConfig.pSqllogArg; local
144126 sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg) argument
167869 rtreeMatchArgFree(void *pArg) argument
173613 rbuVfsFileControl(sqlite3_file *pFile, int op, void *pArg) argument
174044 rbuVfsDlSym(sqlite3_vfs *pVfs, void *pArg, const char *zSym ) argument
[all...]
/external/sqlite/dist/
H A Dshell.c1513 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ argument
1514 ShellState *p = (ShellState*)pArg;
1864 void *pArg,
1871 ShellState *p = (ShellState*)pArg;
2204 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ argument
2206 return shell_callback(pArg, nArg, azArg, azCol, NULL);
2213 static int captureOutputCallback(void *pArg, int nArg, char **azArg, char **az){ argument
2214 ShellText *p = (ShellText*)pArg;
2446 ShellState *pArg, /* Pointer to ShellState */
2452 if( pArg
1863 shell_callback( void *pArg, int nArg, char **azArg, char **azCol, int *aiType ) argument
2444 display_stats( sqlite3 *db, ShellState *pArg, int bReset ) argument
2748 exec_prepared_stmt( ShellState *pArg, sqlite3_stmt *pStmt, int (*xCallback)(void*,int,char**,char**,int*) ) argument
2822 shell_exec( sqlite3 *db, const char *zSql, int (*xCallback)(void*,int,char**,char**,int*), ShellState *pArg, char **pzErrMsg ) argument
3090 dump_callback(void *pArg, int nArg, char **azArg, char **azNotUsed) argument
3722 sql_trace_callback( unsigned mType, void *pArg, void *pP, void *pX ) argument
[all...]
H A Dsqlite3.h773 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
802 ** into an integer that the pArg argument points to. This capability
1007 ** pointed to by the pArg argument. This capability is used during testing
5057 ** ^The fourth argument, pArg, is an application data pointer that is passed
5068 ** ^The collating function callback is invoked with a copy of the pArg
5092 ** with the addition that the xDestroy callback is invoked on pArg when
5113 void *pArg,
5120 void *pArg,
5128 void *pArg,
5431 ** ^The pArg argumen
7382 void *pArg; member in struct:sqlite3_pcache_methods2
7404 void *pArg; member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1050 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
1079 ** into an integer that the pArg argument points to. This capability
1284 ** pointed to by the pArg argument. This capability is used during testing
5334 ** ^The fourth argument, pArg, is an application data pointer that is passed
5345 ** ^The collating function callback is invoked with a copy of the pArg
5369 ** with the addition that the xDestroy callback is invoked on pArg when
5390 void *pArg,
5397 void *pArg,
5405 void *pArg,
5708 ** ^The pArg argumen
7659 void *pArg; member in struct:sqlite3_pcache_methods2
7681 void *pArg; member in struct:sqlite3_pcache_methods
12097 void *pArg; /* First arg to busy callback */ member in struct:BusyHandler
20265 sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg) argument
20283 sqlite3OsFileControlHint(sqlite3_file *id, int op, void *pArg) argument
24356 sqlite3_memory_alarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
33720 unixModeBit(unixFile *pFile, unsigned char mask, int *pArg) argument
33736 unixFileControl(sqlite3_file *id, int op, void *pArg) argument
37294 proxyFileControl(sqlite3_file *id, int op, void *pArg) argument
41259 winModeBit(winFile *pFile, unsigned char mask, int *pArg) argument
41277 winFileControl(sqlite3_file *id, int op, void *pArg) argument
53289 void *pArg = (void*)zMaster; local
61369 btreeInvokeBusyHandler(void *pArg) argument
107289 Mem *pArg = (Mem *)argv[0]; local
111314 sqlite3_exec( sqlite3 *db, const char *zSql, sqlite3_callback xCallback, void *pArg, char **pzErrMsg ) argument
122630 sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv) argument
125611 Token *pArg = &pParse->sArg; local
126177 void *pArg = 0; local
142339 FuncDestructor *pArg = 0; local
142442 sqlite3_trace(sqlite3 *db, void(*xTrace)(void*,const char*), void *pArg) argument
143705 void *pArg = sqlite3GlobalConfig.pSqllogArg; local
144126 sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg) argument
167881 rtreeMatchArgFree(void *pArg) argument
173625 rbuVfsFileControl(sqlite3_file *pFile, int op, void *pArg) argument
174056 rbuVfsDlSym(sqlite3_vfs *pVfs, void *pArg, const char *zSym ) argument
[all...]
/external/swiftshader/third_party/PowerVR_SDK/Shell/
H A DPVRShell.cpp962 opt.pArg = NULL;
978 if(!opt.pArg)
979 opt.pArg = &m_psSplit[nOut];
996 if(opt.pArg || opt.pVal)
1012 opt.pArg = NULL;
1018 if(!opt.pArg)
1019 opt.pArg = &m_psSplit[nOut];
1040 arg = m_pOpt[i].pArg;
1556 m_CommandLine.m_pOpt[i].pArg ? m_CommandLine.m_pOpt[i].pArg
[all...]
H A DPVRShell.h382 const char *pArg, *pVal; member in struct:SCmdLineOpt
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder_misc.cpp418 Value* pArg = *v; local
419 Type* pType = pArg->getType();
432 printCallArgs.push_back(VEXTRACT(pArg, C(0)));
438 printCallArgs.push_back(VEXTRACT(pArg, C(i)));
447 for (; i < (pArg->getType()->getVectorNumElements()) - 1; i++)
451 printCallArgs.push_back(FP_EXT(VEXTRACT(pArg, C(i)), Type::getDoubleTy(JM()->mContext)));
453 printCallArgs.push_back(FP_EXT(VEXTRACT(pArg, C(i)), Type::getDoubleTy(JM()->mContext)));
458 for (; i < (pArg->getType()->getVectorNumElements()) - 1; i++)
462 printCallArgs.push_back(VEXTRACT(pArg, C(i)));
464 printCallArgs.push_back(VEXTRACT(pArg,
[all...]
/external/clang/lib/Analysis/
H A DFormatString.cpp581 case pArg: return "p";
852 case ConversionSpecifier::pArg:
H A DPrintfFormatString.cpp249 case 'p': k = ConversionSpecifier::pArg; break;
543 case ConversionSpecifier::pArg:
H A DScanfFormatString.cpp185 case 'p': k = ConversionSpecifier::pArg; break;
365 case ConversionSpecifier::pArg:
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h151 pArg, enumerator in enum:clang::analyze_format_string::ConversionSpecifier::Kind

Completed in 791 milliseconds