Searched refs:aConstraintUsage (Results 1 – 4 of 4) sorted by relevance
3091 pIdxInfo->aConstraintUsage[idxPath].omit = 1; in fsdirBestIndex()3092 pIdxInfo->aConstraintUsage[idxPath].argvIndex = 1; in fsdirBestIndex()3094 pIdxInfo->aConstraintUsage[idxDir].omit = 1; in fsdirBestIndex()3095 pIdxInfo->aConstraintUsage[idxDir].argvIndex = 2; in fsdirBestIndex()3615 pIdxInfo->aConstraintUsage[prefixIdx].argvIndex = ++nArg; in completionBestIndex()3616 pIdxInfo->aConstraintUsage[prefixIdx].omit = 1; in completionBestIndex()3619 pIdxInfo->aConstraintUsage[wholelineIdx].argvIndex = ++nArg; in completionBestIndex()3620 pIdxInfo->aConstraintUsage[wholelineIdx].omit = 1; in completionBestIndex()5864 pIdxInfo->aConstraintUsage[j].argvIndex = ++nArg; in seriesBestIndex()5865 pIdxInfo->aConstraintUsage[j].omit = !SQLITE_SERIES_CONSTRAINT_VERIFY; in seriesBestIndex()[all …]
7448 } *aConstraintUsage; member99244 pIdxInfo->aConstraintUsage[i].omit = 1;99245 pIdxInfo->aConstraintUsage[i].argvIndex = 1;99248 pIdxInfo->aConstraintUsage[i].omit = 1;132601 pIdxInfo->aConstraintUsage[j].argvIndex = 1;132602 pIdxInfo->aConstraintUsage[j].omit = 1;132607 pIdxInfo->aConstraintUsage[j].argvIndex = 2;132608 pIdxInfo->aConstraintUsage[j].omit = 1;151945 p->aConstraintUsage[i].argvIndex,151946 p->aConstraintUsage[i].omit);[all …]
7135 } *aConstraintUsage; member
81238 - pIdxInfo->aConstraintUsage[idxPath].omit = 1;81239 - pIdxInfo->aConstraintUsage[idxPath].argvIndex = 1;81241 - pIdxInfo->aConstraintUsage[idxDir].omit = 1;81242 - pIdxInfo->aConstraintUsage[idxDir].argvIndex = 2;82027 - pIdxInfo->aConstraintUsage[prefixIdx].argvIndex = ++nArg;82028 - pIdxInfo->aConstraintUsage[prefixIdx].omit = 1;82031 - pIdxInfo->aConstraintUsage[wholelineIdx].argvIndex = ++nArg;82032 - pIdxInfo->aConstraintUsage[wholelineIdx].omit = 1;82744 + pIdxInfo->aConstraintUsage[j].argvIndex = ++nArg;82745 + pIdxInfo->aConstraintUsage[j].omit = !SQLITE_SERIES_CONSTRAINT_VERIFY;[all …]