Lines Matching refs:pUsage
191 struct sqlite3_index_constraint_usage *pUsage; in fsdirBestIndex() local
192 pUsage = &pIdxInfo->aConstraintUsage[ii]; in fsdirBestIndex()
193 pUsage->omit = 1; in fsdirBestIndex()
194 pUsage->argvIndex = 1; in fsdirBestIndex()
400 struct sqlite3_index_constraint_usage *pUsage; in fstreeBestIndex() local
401 pUsage = &pIdxInfo->aConstraintUsage[ii]; in fstreeBestIndex()
403 pUsage->argvIndex = 1; in fstreeBestIndex()
781 struct sqlite3_index_constraint_usage *pUsage; in fsBestIndex() local
782 pUsage = &pIdxInfo->aConstraintUsage[ii]; in fsBestIndex()
783 pUsage->omit = 0; in fsBestIndex()
784 pUsage->argvIndex = 1; in fsBestIndex()