Home
last modified time | relevance | path

Searched defs:pArg (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h382 const char *pArg, *pVal; member
/external/sqlite/dist/orig/
Dshell.c3706 static int apndFileControl(sqlite3_file *pFile, int op, void *pArg){ in apndFileControl()
8047 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ in shellLog()
8581 void *pArg, in shell_callback()
8933 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ in callback()
8942 static int captureOutputCallback(void *pArg, int nArg, char **azArg, char **az){ in captureOutputCallback()
9176 ShellState *pArg, /* Pointer to ShellState */ in display_stats()
9273 ShellState *pArg /* Pointer to ShellState */ in display_scanstats()
9471 ShellState *pArg, /* Pointer to ShellState */ in exec_prepared_stmt()
9680 ShellState *pArg, /* Pointer to ShellState */ in shell_exec()
9957 static int dump_callback(void *pArg, int nArg, char **azArg, char **azNotUsed){ in dump_callback()
[all …]
Dsqlite3.h7599 void *pArg; member
7621 void *pArg; member
Dsqlite3.c8623 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
20937 SQLITE_PRIVATE int sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg){ in sqlite3OsFileControl()
20955 SQLITE_PRIVATE void sqlite3OsFileControlHint(sqlite3_file *id, int op, void *pArg){ in sqlite3OsFileControlHint()
/external/sqlite/dist/
Dshell.c3712 static int apndFileControl(sqlite3_file *pFile, int op, void *pArg){ in apndFileControl()
8053 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ in shellLog()
8587 void *pArg, in shell_callback()
8939 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ in callback()
8948 static int captureOutputCallback(void *pArg, int nArg, char **azArg, char **az){ in captureOutputCallback()
9182 ShellState *pArg, /* Pointer to ShellState */ in display_stats()
9279 ShellState *pArg /* Pointer to ShellState */ in display_scanstats()
9477 ShellState *pArg, /* Pointer to ShellState */ in exec_prepared_stmt()
9686 ShellState *pArg, /* Pointer to ShellState */ in shell_exec()
9963 static int dump_callback(void *pArg, int nArg, char **azArg, char **azNotUsed){ in dump_callback()
[all …]
Dsqlite3.h7599 void *pArg; member
7621 void *pArg; member
Dsqlite3.c8623 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
20937 SQLITE_PRIVATE int sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg){ in sqlite3OsFileControl()
20955 SQLITE_PRIVATE void sqlite3OsFileControlHint(sqlite3_file *id, int op, void *pArg){ in sqlite3OsFileControlHint()
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h151 pArg, enumerator
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp474 Value* pArg = *v; in PRINT() local