HomeSort by: relevance | last modified time | path
    Searched refs:pIdxInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
shell.c 8533 sqlite3_index_info *pIdxInfo
8553 pConstraint = pIdxInfo->aConstraint;
8554 for(i=0; i<pIdxInfo->nConstraint; i++, pConstraint++){
8651 pIdxInfo->aConstraintUsage[j].argvIndex = ++nArg;
8652 pIdxInfo->aConstraintUsage[j].omit =
8677 pIdxInfo->estimatedCost = (double)(2 - ((idxNum&4)!=0));
8678 pIdxInfo->estimatedRows = 1000;
8679 if( pIdxInfo->nOrderBy>=1 && pIdxInfo->aOrderBy[0].iColumn==0 ){
8680 if( pIdxInfo->aOrderBy[0].desc )
    [all...]
sqlite3.c     [all...]

Completed in 117 milliseconds