Searched refs:aConstraintUsage (Results 1 – 4 of 4) sorted by relevance
1421 sqlite3_index_constraint_usage *aConstraintUsage; variable
6096 pIdxInfo->aConstraintUsage[j].argvIndex = ++nArg; in seriesBestIndex()6097 pIdxInfo->aConstraintUsage[j].omit = !SQLITE_SERIES_CONSTRAINT_VERIFY; in seriesBestIndex()8023 pIdxInfo->aConstraintUsage[idxPath].omit = 1; in fsdirBestIndex()8024 pIdxInfo->aConstraintUsage[idxPath].argvIndex = 1; in fsdirBestIndex()8026 pIdxInfo->aConstraintUsage[idxDir].omit = 1; in fsdirBestIndex()8027 pIdxInfo->aConstraintUsage[idxDir].argvIndex = 2; in fsdirBestIndex()8548 pIdxInfo->aConstraintUsage[prefixIdx].argvIndex = ++nArg; in completionBestIndex()8549 pIdxInfo->aConstraintUsage[prefixIdx].omit = 1; in completionBestIndex()8552 pIdxInfo->aConstraintUsage[wholelineIdx].argvIndex = ++nArg; in completionBestIndex()8553 pIdxInfo->aConstraintUsage[wholelineIdx].omit = 1; in completionBestIndex()[all …]
7450 } *aConstraintUsage; member
7763 } *aConstraintUsage; member105422 pIdxInfo->aConstraintUsage[i].omit = 1;105423 pIdxInfo->aConstraintUsage[i].argvIndex = 1;105426 pIdxInfo->aConstraintUsage[i].omit = 1;140511 pIdxInfo->aConstraintUsage[j].argvIndex = 1;140512 pIdxInfo->aConstraintUsage[j].omit = 1;140517 pIdxInfo->aConstraintUsage[j].argvIndex = 2;140518 pIdxInfo->aConstraintUsage[j].omit = 1;161562 p->aConstraintUsage[i].argvIndex,161563 p->aConstraintUsage[i].omit);[all …]