OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iLimit
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
shell.c
26010
int
iLimit
= -1;
26014
if(
iLimit
<0 ){
26015
iLimit
= i;
26023
if(
iLimit
<0 ){
26031
sqlite3_limit(p->db, aLimit[
iLimit
].limitCode,
26034
sputf(stdout, "%20s %d\n", aLimit[
iLimit
].zLimitName,
26035
sqlite3_limit(p->db, aLimit[
iLimit
].limitCode, -1));
sqlite3.c
9363
** to the value of the
iLimit
parameter passed to xTruncate(). If any
9393
void (*xTruncate)(sqlite3_pcache*, unsigned
iLimit
);
9414
void (*xTruncate)(sqlite3_pcache*, unsigned
iLimit
);
19420
** detailed description of the meaning of the
iLimit
and iOffset fields.
19436
int
iLimit
, iOffset; /* Memory registers holding LIMIT & OFFSET counters */
[
all
...]
Completed in 119 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026