Lines Matching refs:pIdxInfo
896 sqlite3_index_info *pIdxInfo in fsdirBestIndex() argument
906 pConstraint = pIdxInfo->aConstraint; in fsdirBestIndex()
907 for(i=0; i<pIdxInfo->nConstraint; i++, pConstraint++){ in fsdirBestIndex()
936 pIdxInfo->idxNum = 0; in fsdirBestIndex()
939 pIdxInfo->estimatedRows = 0x7fffffff; in fsdirBestIndex()
941 pIdxInfo->aConstraintUsage[idxPath].omit = 1; in fsdirBestIndex()
942 pIdxInfo->aConstraintUsage[idxPath].argvIndex = 1; in fsdirBestIndex()
944 pIdxInfo->aConstraintUsage[idxDir].omit = 1; in fsdirBestIndex()
945 pIdxInfo->aConstraintUsage[idxDir].argvIndex = 2; in fsdirBestIndex()
946 pIdxInfo->idxNum = 2; in fsdirBestIndex()
947 pIdxInfo->estimatedCost = 10.0; in fsdirBestIndex()
949 pIdxInfo->idxNum = 1; in fsdirBestIndex()
950 pIdxInfo->estimatedCost = 100.0; in fsdirBestIndex()