HomeSort by: relevance | last modified time | path
    Searched refs:argvIndex (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 7770 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
7772 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
7846 int argvIndex; /* if >0, constraint is part of argv to xFilter */
10459 ** aConstraintUsage[].argvIndex to a positive integer. ^(Then, under
10501 ** <li><p> The P->aConstraintUsage[N].argvIndex value is set to a positive
10511 ** ^If both conditions are true, then the argvIndex-th parameter to the
shell.c 8651 pIdxInfo->aConstraintUsage[j].argvIndex = ++nArg;
10685 pIdxInfo->aConstraintUsage[idxPath].argvIndex = 1;
10691 pIdxInfo->aConstraintUsage[idxDir].argvIndex = i++;
10697 pIdxInfo->aConstraintUsage[idxLevel].argvIndex = i++;
11380 pIdxInfo->aConstraintUsage[prefixIdx].argvIndex = ++nArg;
11384 pIdxInfo->aConstraintUsage[wholelineIdx].argvIndex = ++nArg;
13514 pIdxInfo->aConstraintUsage[idx].argvIndex = 1;
15224 pIdxInfo->aConstraintUsage[i].argvIndex = n;
19925 pIdx->aConstraintUsage[iSchema].argvIndex = 1;
19929 pIdx->aConstraintUsage[iPgno].argvIndex = 1 + (iSchema>=0)
    [all...]
sqlite3.c 8091 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
8093 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
8167 int argvIndex; /* if >0, constraint is part of argv to xFilter */
10780 ** aConstraintUsage[].argvIndex to a positive integer. ^(Then, under
10822 ** <li><p> The P->aConstraintUsage[N].argvIndex value is set to a positive
10832 ** ^If both conditions are true, then the argvIndex-th parameter to the
    [all...]

Completed in 88 milliseconds