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

/macosx-10.10/ncurses-44/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...]
/macosx-10.10/xnu-2782.1.97/bsd/dev/i386/
H A Ddtrace_isa.c140 xcArg_t *pArg = (xcArg_t *)foo; local
142 if ( pArg->cpu == CPU->cpu_id || pArg->cpu == DTRACE_CPUALL ) {
143 (pArg->f)(pArg->arg);
/macosx-10.10/Heimdal-398.1.2/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...]

Completed in 412 milliseconds