OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iSchema
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
shell.c
19907
int
iSchema
= -1;
19916
iSchema
= i;
19924
if(
iSchema
>=0 ){
19925
pIdx->aConstraintUsage[
iSchema
].argvIndex = 1;
19926
pIdx->aConstraintUsage[
iSchema
].omit = 1;
19929
pIdx->aConstraintUsage[iPgno].argvIndex = 1 + (
iSchema
>=0);
19947
pIdx->idxNum = (
iSchema
>=0 ? 0x01 : 0x00) | (iPgno>=0 ? 0x02 : 0x00);
[
all
...]
sqlite3.c
[
all
...]
Completed in 133 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026