Home
last modified time | relevance | path

Searched refs:argvIndex (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/sqlite3/
HDsqlite3.h7473 int argvIndex; /* if >0, constraint is part of argv to xFilter */ member
HDshell.c6162 pIdxInfo->aConstraintUsage[j].argvIndex = ++nArg; in seriesBestIndex()
8102 pIdxInfo->aConstraintUsage[idxPath].argvIndex = 1; in fsdirBestIndex()
8105 pIdxInfo->aConstraintUsage[idxDir].argvIndex = 2; in fsdirBestIndex()
8626 pIdxInfo->aConstraintUsage[prefixIdx].argvIndex = ++nArg; in completionBestIndex()
8630 pIdxInfo->aConstraintUsage[wholelineIdx].argvIndex = ++nArg; in completionBestIndex()
10715 pIdxInfo->aConstraintUsage[idx].argvIndex = 1; in zipfileBestIndex()
12412 pIdxInfo->aConstraintUsage[i].argvIndex = n; in expertBestIndex()
15715 pIdx->aConstraintUsage[iSchema].argvIndex = 1; in dbdataBestIndex()
15719 pIdx->aConstraintUsage[iPgno].argvIndex = 1 + (iSchema>=0); in dbdataBestIndex()
HDsqlite3.c7786 int argvIndex; /* if >0, constraint is part of argv to xFilter */ member
105963 pIdxInfo->aConstraintUsage[i].argvIndex = 1;
141610 pIdxInfo->aConstraintUsage[j].argvIndex = 1;
141616 pIdxInfo->aConstraintUsage[j].argvIndex = 2;
162911 p->aConstraintUsage[i].argvIndex,
166189 if( aUsage[ii].argvIndex<=0 ) return 0;
166287 if( (iTerm = pUsage[i].argvIndex - 1)>=0 ){
187853 pInfo->aConstraintUsage[iCons].argvIndex = iIdx++;
187858 pInfo->aConstraintUsage[iLangidCons].argvIndex = iIdx++;
187862 pInfo->aConstraintUsage[iDocidGe].argvIndex = iIdx++;
[all …]