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

/freebsd-10.2-release/contrib/ncurses/form/
H A Dfty_regex.c133 RegExp_Arg *pArg;
135 pArg = typeMalloc(RegExp_Arg, 1);
137 if (pArg)
141 T((T_CREATE("RegExp_Arg %p"), pArg));
142 pArg->compiled_expression = NULL;
143 pArg->refCount = typeMalloc(unsigned long, 1);
145 *(pArg->refCount) = 1;
166 free(pArg);
167 pArg = NULL;
173 pArg
[all...]
/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h732 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
758 ** into an integer that the pArg argument points to. This capability
4397 ** ^The fourth argument, pArg, is an application data pointer that is passed
4408 ** ^The collating function callback is invoked with a copy of the pArg
4432 ** with the addition that the xDestroy callback is invoked on pArg when
4453 void *pArg,
4460 void *pArg,
4468 void *pArg,
4742 ** ^The pArg argument is passed through to the callback.
6365 ** method is passed a copy of the sqlite3_pcache_methods2.pArg valu
6498 void *pArg; member in struct:sqlite3_pcache_methods2
6520 void *pArg; member in struct:sqlite3_pcache_methods
[all...]
H A Dshell.c487 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ argument
488 struct callback_data *p = (struct callback_data*)pArg;
674 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ argument
676 struct callback_data *p = (struct callback_data*)pArg;
865 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ argument
867 return shell_callback(pArg, nArg, azArg, azCol, NULL);
1028 struct callback_data *pArg, /* Pointer to struct callback_data */
1034 if( pArg && pArg->out ){
1038 fprintf(pArg
1026 display_stats( sqlite3 *db, struct callback_data *pArg, int bReset ) argument
1126 shell_exec( sqlite3 *db, const char *zSql, int (*xCallback)(void*,int,char**,char**,int*), struct callback_data *pArg, char **pzErrMsg ) argument
1265 dump_callback(void *pArg, int nArg, char **azArg, char **azCol) argument
1612 sql_trace_callback(void *pArg, const char *z) argument
[all...]
H A Dsqlite3.c1303 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
1329 ** into an integer that the pArg argument points to. This capability
4968 ** ^The fourth argument, pArg, is an application data pointer that is passed
4979 ** ^The collating function callback is invoked with a copy of the pArg
5003 ** with the addition that the xDestroy callback is invoked on pArg when
5024 void *pArg,
5031 void *pArg,
5039 void *pArg,
5313 ** ^The pArg argument is passed through to the callback.
6936 ** method is passed a copy of the sqlite3_pcache_methods2.pArg valu
7069 void *pArg; member in struct:sqlite3_pcache_methods2
7091 void *pArg; member in struct:sqlite3_pcache_methods
8349 void *pArg; /* First arg to busy callback */ member in struct:BusyHandler
15203 sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg) argument
15207 sqlite3OsFileControlHint(sqlite3_file *id, int op, void *pArg) argument
18860 sqlite3MemoryAlarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
18881 sqlite3_memory_alarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
19010 void *pArg; local
26811 unixModeBit(unixFile *pFile, unsigned char mask, int *pArg) argument
26827 unixFileControl(sqlite3_file *id, int op, void *pArg) argument
30192 proxyFileControl(sqlite3_file *id, int op, void *pArg) argument
33524 winModeBit(winFile *pFile, unsigned char mask, int *pArg) argument
33540 winFileControl(sqlite3_file *id, int op, void *pArg) argument
51253 btreeInvokeBusyHandler(void *pArg) argument
65504 Mem *pArg; member in struct:vdbeExecUnion::OP_Function_stack_vars
88598 Mem *pArg = (Mem *)argv[0]; local
92044 sqlite3_exec( sqlite3 *db, const char *zSql, sqlite3_callback xCallback, void *pArg, char **pzErrMsg ) argument
100954 sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv) argument
103726 Token *pArg = &pParse->sArg; local
104244 void *pArg = 0; local
116241 FuncDestructor *pArg = 0; local
116328 sqlite3_trace(sqlite3 *db, void (*xTrace)(void*,const char*), void *pArg) argument
117395 void *pArg = sqlite3GlobalConfig.pSqllogArg; local
117770 sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg) argument
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h688 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
711 ** into an integer that the pArg argument points to. This capability
4108 ** ^The fourth argument, pArg, is an application data pointer that is passed
4119 ** ^The collating function callback is invoked with a copy of the pArg
4143 ** with the addition that the xDestroy callback is invoked on pArg when
4164 void *pArg,
4171 void *pArg,
4179 void *pArg,
4376 ** ^The pArg argument is passed through to the callback.
5930 ** method is passed a copy of the sqlite3_pcache_methods.pArg valu
6053 void *pArg; member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1241 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
1264 ** into an integer that the pArg argument points to. This capability
4661 ** ^The fourth argument, pArg, is an application data pointer that is passed
4672 ** ^The collating function callback is invoked with a copy of the pArg
4696 ** with the addition that the xDestroy callback is invoked on pArg when
4717 void *pArg,
4724 void *pArg,
4732 void *pArg,
4929 ** ^The pArg argument is passed through to the callback.
6483 ** method is passed a copy of the sqlite3_pcache_methods.pArg valu
6606 void *pArg; member in struct:sqlite3_pcache_methods
7787 void *pArg; /* First arg to busy callback */ member in struct:BusyHandler
14427 sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg) argument
18192 sqlite3MemoryAlarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
18213 sqlite3_memory_alarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
18341 void *pArg; local
23002 os2FileControl(sqlite3_file *id, int op, void *pArg) argument
28076 unixFileControl(sqlite3_file *id, int op, void *pArg) argument
31035 proxyFileControl(sqlite3_file *id, int op, void *pArg) argument
33160 winFileControl(sqlite3_file *id, int op, void *pArg) argument
49929 btreeInvokeBusyHandler(void *pArg) argument
63711 Mem *pArg; member in struct:vdbeExecUnion::OP_Function_stack_vars
85386 Mem *pArg = (Mem *)argv[0]; local
88755 sqlite3_exec( sqlite3 *db, const char *zSql, sqlite3_callback xCallback, void *pArg, char **pzErrMsg ) argument
96979 sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv) argument
99704 Token *pArg = &pParse->sArg; local
100217 void *pArg = 0; local
111294 FuncDestructor *pArg = 0; local
111381 sqlite3_trace(sqlite3 *db, void (*xTrace)(void*,const char*), void *pArg) argument
112807 sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Analysis/
H A DScanfFormatString.cpp176 case 'p': k = ConversionSpecifier::pArg; break;
341 case ConversionSpecifier::pArg:
H A DFormatString.cpp538 case pArg: return "p";
774 case ConversionSpecifier::pArg:
H A DPrintfFormatString.cpp190 case 'p': k = ConversionSpecifier::pArg; break;
416 case ConversionSpecifier::pArg:
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DFormatString.h149 pArg, enumerator in enum:clang::analyze_format_string::ConversionSpecifier::Kind

Completed in 789 milliseconds