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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1412 int argvIndex; /** if >0, constraint is part of argv to xFilter */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h7374 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
7376 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
7448 int argvIndex; /* if >0, constraint is part of argv to xFilter */ member in struct:sqlite3_index_info::sqlite3_index_constraint_usage
9974 ** aConstraintUsage[].argvIndex to a positive integer. ^(Then, under
10016 ** <li><p> The P->aConstraintUsage[N].argvIndex value is set to a positive
10026 ** ^If both conditions are true, then the argvIndex-th parameter to the
H A Dshell.c6096 pIdxInfo->aConstraintUsage[j].argvIndex = ++nArg;
8024 pIdxInfo->aConstraintUsage[idxPath].argvIndex = 1;
8027 pIdxInfo->aConstraintUsage[idxDir].argvIndex = 2;
8548 pIdxInfo->aConstraintUsage[prefixIdx].argvIndex = ++nArg;
8552 pIdxInfo->aConstraintUsage[wholelineIdx].argvIndex = ++nArg;
10637 pIdxInfo->aConstraintUsage[idx].argvIndex = 1;
12333 pIdxInfo->aConstraintUsage[i].argvIndex = n;
14480 pIdx->aConstraintUsage[iSchema].argvIndex = 1;
14484 pIdx->aConstraintUsage[iPgno].argvIndex = 1 + (iSchema>=0);
H A Dsqlite3.c7687 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
7689 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
7761 int argvIndex; /* if >0, constraint is part of argv to xFilter */ member in struct:sqlite3_index_info::sqlite3_index_constraint_usage
10287 ** aConstraintUsage[].argvIndex to a positive integer. ^(Then, under
10329 ** <li><p> The P->aConstraintUsage[N].argvIndex value is set to a positive
10339 ** ^If both conditions are true, then the argvIndex-th parameter to the
[all...]

Completed in 1025 milliseconds