Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c3500 static int apndFileControl(sqlite3_file*, int op, void *pArg);
3706 static int apndFileControl(sqlite3_file *pFile, int op, void *pArg){ in apndFileControl() argument
3710 rc = pFile->pMethods->xFileControl(pFile, op, pArg); in apndFileControl()
3712 *(char**)pArg = sqlite3_mprintf("apnd(%lld)/%z", p->iPgOne, *(char**)pArg); in apndFileControl()
8047 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ in shellLog() argument
8048 ShellState *p = (ShellState*)pArg; in shellLog()
8581 void *pArg, in shell_callback() argument
8588 ShellState *p = (ShellState*)pArg; in shell_callback()
8933 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ in callback() argument
8935 return shell_callback(pArg, nArg, azArg, azCol, NULL); in callback()
[all …]
Dsqlite3.h781 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
5317 void *pArg,
5324 void *pArg,
5332 void *pArg,
7599 void *pArg; member
7621 void *pArg; member
Dsqlite3.c1805 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
6341 void *pArg,
6348 void *pArg,
6356 void *pArg,
8623 void *pArg; member
8645 void *pArg; member
13137 void *pArg; /* First arg to busy callback */ member
15573 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \ argument
15575 pArg, 0, xFunc, 0, #zName, }
20937 SQLITE_PRIVATE int sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg){ in sqlite3OsFileControl() argument
[all …]
/external/sqlite/dist/
Dshell.c3506 static int apndFileControl(sqlite3_file*, int op, void *pArg);
3712 static int apndFileControl(sqlite3_file *pFile, int op, void *pArg){ in apndFileControl() argument
3716 rc = pFile->pMethods->xFileControl(pFile, op, pArg); in apndFileControl()
3718 *(char**)pArg = sqlite3_mprintf("apnd(%lld)/%z", p->iPgOne, *(char**)pArg); in apndFileControl()
8053 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ in shellLog() argument
8054 ShellState *p = (ShellState*)pArg; in shellLog()
8587 void *pArg, in shell_callback() argument
8594 ShellState *p = (ShellState*)pArg; in shell_callback()
8939 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ in callback() argument
8941 return shell_callback(pArg, nArg, azArg, azCol, NULL); in callback()
[all …]
Dsqlite3.h781 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
5317 void *pArg,
5324 void *pArg,
5332 void *pArg,
7599 void *pArg; member
7621 void *pArg; member
Dsqlite3.c1805 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
6341 void *pArg,
6348 void *pArg,
6356 void *pArg,
8623 void *pArg; member
8645 void *pArg; member
13137 void *pArg; /* First arg to busy callback */ member
15573 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \ argument
15575 pArg, 0, xFunc, 0, #zName, }
20937 SQLITE_PRIVATE int sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg){ in sqlite3OsFileControl() argument
[all …]
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp962 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()
DPVRShell.h382 const char *pArg, *pVal; member
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp474 Value* pArg = *v; in PRINT() local
475 Type* pType = pArg->getType(); in PRINT()
488 printCallArgs.push_back(VEXTRACT(pArg, C(0))); in PRINT()
494 printCallArgs.push_back(VEXTRACT(pArg, C(i))); in PRINT()
503 for (; i < (pArg->getType()->getVectorNumElements()) - 1; i++) in PRINT()
507 … printCallArgs.push_back(FP_EXT(VEXTRACT(pArg, C(i)), Type::getDoubleTy(JM()->mContext))); in PRINT()
509 … printCallArgs.push_back(FP_EXT(VEXTRACT(pArg, C(i)), Type::getDoubleTy(JM()->mContext))); in PRINT()
514 for (; i < (pArg->getType()->getVectorNumElements()) - 1; i++) in PRINT()
518 printCallArgs.push_back(VEXTRACT(pArg, C(i))); in PRINT()
520 printCallArgs.push_back(VEXTRACT(pArg, C(i))); in PRINT()
[all …]
/external/clang/lib/Analysis/
DScanfFormatString.cpp185 case 'p': k = ConversionSpecifier::pArg; break; in ParseScanfSpecifier()
365 case ConversionSpecifier::pArg: in getArgType()
DFormatString.cpp581 case pArg: return "p"; in toString()
852 case ConversionSpecifier::pArg: in hasStandardConversionSpecifier()
DPrintfFormatString.cpp249 case 'p': k = ConversionSpecifier::pArg; break; in ParsePrintfSpecifier()
543 case ConversionSpecifier::pArg: in getArgType()
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h151 pArg, enumerator