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

/freebsd-11-stable/contrib/ncurses/form/
H A Dfty_regex.c141 RegExp_Arg *pArg = (RegExp_Arg *)0;
145 pArg = typeMalloc(RegExp_Arg, 1);
147 if (pArg)
151 T((T_CREATE("RegExp_Arg %p"), pArg));
152 pArg->compiled_expression = NULL;
153 if ((pArg->refCount = typeMalloc(unsigned long, 1)) != 0)
154 *(pArg->refCount) = 1;
175 free(pArg);
176 pArg = NULL;
182 pArg
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c3773 static int apndFileControl(sqlite3_file*, int op, void *pArg);
3978 static int apndFileControl(sqlite3_file *pFile, int op, void *pArg){ argument
3982 if( op==SQLITE_FCNTL_SIZE_HINT ) *(sqlite3_int64*)pArg += paf->iPgOne;
3983 rc = pFile->pMethods->xFileControl(pFile, op, pArg);
3985 *(char**)pArg = sqlite3_mprintf("apnd(%lld)/%z", paf->iPgOne,*(char**)pArg);
4985 Decimal *pArg; local
5001 pArg = decimal_new(context, argv[0], 0, 0);
5002 decimal_add(p, pArg);
5003 decimal_free(pArg);
5011 Decimal *pArg; local
11410 shellLog(void *pArg, int iErrCode, const char *zMsg) argument
12140 shell_callback( void *pArg, int nArg, char **azArg, char **azCol, int *aiType ) argument
12507 callback(void *pArg, int nArg, char **azArg, char **azCol) argument
12516 captureOutputCallback(void *pArg, int nArg, char **azArg, char **az) argument
12740 display_stats( sqlite3 *db, ShellState *pArg, int bReset ) argument
13093 bind_prepared_stmt(ShellState *pArg, sqlite3_stmt *pStmt) argument
13358 exec_prepared_stmt( ShellState *pArg, sqlite3_stmt *pStmt ) argument
13567 shell_exec( ShellState *pArg, const char *zSql, char **pzErrMsg ) argument
13857 dump_callback(void *pArg, int nArg, char **azArg, char **azNotUsed) argument
15039 sql_trace_callback( unsigned mType, void *pArg, void *pP, void *pX ) argument
[all...]
H A Dsqlite3.h795 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
824 ** into an integer that the pArg argument points to. This capability
1039 ** pointed to by the pArg argument. This capability is used during testing
5851 ** ^The fourth argument, pArg, is an application data pointer that is passed
5862 ** ^The collating function callback is invoked with a copy of the pArg
5887 ** with the addition that the xDestroy callback is invoked on pArg when
5908 void *pArg,
5915 void *pArg,
5923 void *pArg,
6282 ** ^The pArg argumen
8512 void *pArg; member in struct:sqlite3_pcache_methods2
8534 void *pArg; member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1858 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
1887 ** into an integer that the pArg argument points to. This capability
2102 ** pointed to by the pArg argument. This capability is used during testing
6914 ** ^The fourth argument, pArg, is an application data pointer that is passed
6925 ** ^The collating function callback is invoked with a copy of the pArg
6950 ** with the addition that the xDestroy callback is invoked on pArg when
6971 void *pArg,
6978 void *pArg,
6986 void *pArg,
7345 ** ^The pArg argumen
9575 void *pArg; member in struct:sqlite3_pcache_methods2
9597 void *pArg; member in struct:sqlite3_pcache_methods
23372 sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg) argument
23400 sqlite3OsFileControlHint(sqlite3_file *id, int op, void *pArg) argument
27675 sqlite3_memory_alarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
37803 unixModeBit(unixFile *pFile, unsigned char mask, int *pArg) argument
37819 unixFileControl(sqlite3_file *id, int op, void *pArg) argument
41585 proxyFileControl(sqlite3_file *id, int op, void *pArg) argument
45600 winModeBit(winFile *pFile, unsigned char mask, int *pArg) argument
45619 winFileControl(sqlite3_file *id, int op, void *pArg) argument
48526 memdbFileControl(sqlite3_file *pFile, int op, void *pArg) argument
51635 sqlite3RowSetClear(void *pArg) argument
51655 sqlite3RowSetDelete(void *pArg) argument
58459 void *pArg = (void*)zSuper; local
67289 btreeInvokeBusyHandler(void *pArg) argument
80322 sqlite3VdbeFrameMemDel(void *pArg) argument
104931 Expr *pArg = pFarg->a[0].pExpr; local
120084 Mem *pArg = (Mem *)argv[0]; local
125256 sqlite3_exec( sqlite3 *db, const char *zSql, sqlite3_callback xCallback, void *pArg, char **pzErrMsg ) argument
138363 sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv) argument
142509 Token *pArg = &pParse->sArg; local
143086 void *pArg = 0; local
165989 FuncDestructor *pArg = 0; local
166165 sqlite3_trace(sqlite3 *db, void(*xTrace)(void*,const char*), void *pArg) argument
167462 void *pArg = sqlite3GlobalConfig.pSqllogArg; local
167875 sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg) argument
197435 rtreeMatchArgFree(void *pArg) argument
203738 rbuVfsFileControl(sqlite3_file *pFile, int op, void *pArg) argument
204134 rbuVfsDlSym(sqlite3_vfs *pVfs, void *pArg, const char *zSym ) argument
211165 sqlite3session_config(int op, void *pArg) argument
[all...]
/freebsd-11-stable/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-11-stable/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp184 case 'p': k = ConversionSpecifier::pArg; break;
369 case ConversionSpecifier::pArg:
H A DPrintfFormatString.cpp324 case 'p': k = ConversionSpecifier::pArg; break;
652 case ConversionSpecifier::pArg:
H A DFormatString.cpp642 case pArg: return "p";
923 case ConversionSpecifier::pArg:
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1075 void *pArg,
1093 SqliteDb *pDb = (SqliteDb*)pArg;
1871 Tcl_Obj *pArg, /* SCRIPT argument (or NULL) */
1878 if( pArg ){
1883 if( pArg ){
1885 if( Tcl_GetCharLength(pArg)>0 ){
1886 *ppHook = pArg;
1074 auth_callback( void *pArg, int code, const char *zArg1, const char *zArg2, const char *zArg3, const char *zArg4 ,const char *zArg5 ) argument
1868 DbHookCmd( Tcl_Interp *interp, SqliteDb *pDb, Tcl_Obj *pArg, Tcl_Obj **ppHook ) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h154 pArg, enumerator in enum:clang::analyze_format_string::ConversionSpecifier::Kind

Completed in 774 milliseconds