Searched defs:pArg (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/
H A Dfixincl.c891 tCC* pArg = *(ppArgs++); local
906 tCC* pArg = *(ppArgs++); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/
H A Dfixincl.c950 tCC* pArg = *(ppArgs++); local
965 tCC* pArg = *(ppArgs++); local
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dshell.c481 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ argument
666 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ argument
847 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ argument
990 display_stats( sqlite3 *db, struct callback_data *pArg, int bReset ) argument
1087 shell_exec( sqlite3 *db, const char *zSql, int (*xCallback)(void*,int,char**,char**,int*), struct callback_data *pArg, char **pzErrMsg ) argument
1226 dump_callback(void *pArg, int nArg, char **azArg, char **azCol) argument
[all...]
H A Dsqlite3.h6222 void *pArg; member in struct:sqlite3_pcache_methods2
6244 void *pArg; member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c6772 void *pArg; member in struct:sqlite3_pcache_methods2
6794 void *pArg; member in struct:sqlite3_pcache_methods
7997 void *pArg; /* First arg to busy callback */ member in struct:BusyHandler
14745 sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg) argument
14749 sqlite3OsFileControlHint(sqlite3_file *id, int op, void *pArg) argument
18616 sqlite3MemoryAlarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
18637 sqlite3_memory_alarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
18766 void *pArg; local
23376 os2FileControl(sqlite3_file *id, int op, void *pArg) argument
28465 unixModeBit(unixFile *pFile, unsigned char mask, int *pArg) argument
28478 unixFileControl(sqlite3_file *id, int op, void *pArg) argument
31472 proxyFileControl(sqlite3_file *id, int op, void *pArg) argument
34128 winModeBit(winFile *pFile, unsigned char mask, int *pArg) argument
34141 winFileControl(sqlite3_file *id, int op, void *pArg) argument
50893 btreeInvokeBusyHandler(void *pArg) argument
64930 Mem *pArg; member in struct:vdbeExecUnion::OP_Function_stack_vars
87341 Mem *pArg = (Mem *)argv[0]; local
90710 sqlite3_exec( sqlite3 *db, const char *zSql, sqlite3_callback xCallback, void *pArg, char **pzErrMsg ) argument
98989 sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv) argument
101716 Token *pArg = &pParse->sArg; local
102229 void *pArg = 0; local
113388 FuncDestructor *pArg = 0; local
113475 sqlite3_trace(sqlite3 *db, void (*xTrace)(void*,const char*), void *pArg) argument
114898 sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg) argument
[all...]

Completed in 423 milliseconds