/external/sqlite/dist/orig/ |
D | shell.c | 1473 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ in shellLog() argument 1474 ShellState *p = (ShellState*)pArg; in shellLog() 1753 void *pArg, in shell_callback() argument 1760 ShellState *p = (ShellState*)pArg; in shell_callback() 2076 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ in callback() argument 2078 return shell_callback(pArg, nArg, azArg, azCol, NULL); in callback() 2085 static int captureOutputCallback(void *pArg, int nArg, char **azArg, char **az){ in captureOutputCallback() argument 2086 ShellText *p = (ShellText*)pArg; in captureOutputCallback() 2318 ShellState *pArg, /* Pointer to ShellState */ in display_stats() argument 2324 if( pArg && pArg->out ){ in display_stats() [all …]
|
D | sqlite3.h | 763 int (*xFileControl)(sqlite3_file*, int op, void *pArg); 5057 void *pArg, 5064 void *pArg, 5072 void *pArg, 7326 void *pArg; member 7348 void *pArg; member
|
D | sqlite3.c | 1040 int (*xFileControl)(sqlite3_file*, int op, void *pArg); 5334 void *pArg, 5341 void *pArg, 5349 void *pArg, 7603 void *pArg; member 7625 void *pArg; member 12031 void *pArg; /* First arg to busy callback */ member 14418 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \ argument 14420 pArg, 0, xFunc, 0, #zName, } 20178 SQLITE_PRIVATE int sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg){ in sqlite3OsFileControl() argument [all …]
|
/external/sqlite/dist/ |
D | shell.c | 1479 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ in shellLog() argument 1480 ShellState *p = (ShellState*)pArg; in shellLog() 1759 void *pArg, in shell_callback() argument 1766 ShellState *p = (ShellState*)pArg; in shell_callback() 2082 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ in callback() argument 2084 return shell_callback(pArg, nArg, azArg, azCol, NULL); in callback() 2091 static int captureOutputCallback(void *pArg, int nArg, char **azArg, char **az){ in captureOutputCallback() argument 2092 ShellText *p = (ShellText*)pArg; in captureOutputCallback() 2324 ShellState *pArg, /* Pointer to ShellState */ in display_stats() argument 2330 if( pArg && pArg->out ){ in display_stats() [all …]
|
D | sqlite3.h | 763 int (*xFileControl)(sqlite3_file*, int op, void *pArg); 5057 void *pArg, 5064 void *pArg, 5072 void *pArg, 7326 void *pArg; member 7348 void *pArg; member
|
D | sqlite3.c | 1040 int (*xFileControl)(sqlite3_file*, int op, void *pArg); 5334 void *pArg, 5341 void *pArg, 5349 void *pArg, 7603 void *pArg; member 7625 void *pArg; member 12031 void *pArg; /* First arg to busy callback */ member 14418 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \ argument 14420 pArg, 0, xFunc, 0, #zName, } 20178 SQLITE_PRIVATE int sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg){ in sqlite3OsFileControl() argument [all …]
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/ |
D | PVRShell.cpp | 962 opt.pArg = NULL; in Parse() 978 if(!opt.pArg) in Parse() 979 opt.pArg = &m_psSplit[nOut]; in Parse() 996 if(opt.pArg || opt.pVal) in Parse() 1012 opt.pArg = NULL; in Parse() 1018 if(!opt.pArg) in Parse() 1019 opt.pArg = &m_psSplit[nOut]; in Parse() 1040 arg = m_pOpt[i].pArg; in Apply() 1556 m_CommandLine.m_pOpt[i].pArg ? m_CommandLine.m_pOpt[i].pArg : "", in Run()
|
D | PVRShell.h | 382 const char *pArg, *pVal; member
|
/external/clang/lib/Analysis/ |
D | ScanfFormatString.cpp | 185 case 'p': k = ConversionSpecifier::pArg; break; in ParseScanfSpecifier() 365 case ConversionSpecifier::pArg: in getArgType()
|
D | FormatString.cpp | 581 case pArg: return "p"; in toString() 852 case ConversionSpecifier::pArg: in hasStandardConversionSpecifier()
|
D | PrintfFormatString.cpp | 249 case 'p': k = ConversionSpecifier::pArg; break; in ParsePrintfSpecifier() 543 case ConversionSpecifier::pArg: in getArgType()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | FormatString.h | 151 pArg, enumerator
|