OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iArg
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
FormatString.h
129
iArg
,
131
IntArgEnd =
iArg
,
/src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c
832
static void setTestUnlockNotifyVars(Tcl_Interp *interp, int
iArg
, int nArg){
834
sqlite3_snprintf(sizeof(zBuf), zBuf, "%d",
iArg
);
/src/external/public-domain/sqlite/dist/
shell.c
4494
int
iArg
;
4513
aFunc[i].
iArg
? db : 0, aFunc[i].xFunc, 0, 0);
6280
#define RE_OP_FORK 4 /* Continue to both next and opcode at
iArg
*/
6281
#define RE_OP_GOTO 5 /* Jump to opcode at
iArg
*/
8475
int
iArg
= 0;
8480
pCur->nPrefix = sqlite3_value_bytes(argv[
iArg
]);
8482
pCur->zPrefix = sqlite3_mprintf("%s", sqlite3_value_text(argv[
iArg
]));
8485
iArg
= 1;
8488
pCur->nLine = sqlite3_value_bytes(argv[
iArg
]);
8490
pCur->zLine = sqlite3_mprintf("%s", sqlite3_value_text(argv[
iArg
]));
[
all
...]
sqlite3.c
17981
** FUNCTION(zName, nArg,
iArg
, bNC, xFunc)
17984
** value passed as
iArg
is cast to a (void*) and made available
17988
** VFUNCTION(zName, nArg,
iArg
, bNC, xFunc)
17991
** SFUNCTION(zName, nArg,
iArg
, bNC, xFunc)
18007
** DFUNCTION(zName, nArg,
iArg
, bNC, xFunc)
18011
** a single query. The
iArg
is ignored. The user-data is always set
18017
** PURE_DATE(zName, nArg,
iArg
, bNC, xFunc)
18019
** except that it does set the SQLITE_FUNC_CONSTANT flags.
iArg
is
18023
** AGGREGATE(zName, nArg,
iArg
, bNC, xStep, xFinal)
18029
** WAGGREGATE(zName, nArg,
iArg
, xStep, xFinal, xValue, xInverse
[
all
...]
Completed in 101 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026