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

  /src/external/public-domain/sqlite/dist/
sqlite3.c 17580 Index *pIdx; /* Used when p4type is P4_INDEX */
22182 SQLITE_PRIVATE int sqlite3ExprCoveredByIndex(Expr*, int iCur, Index *pIdx);
    [all...]
shell.c 19904 static int dbdataBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdx){
19911 for(i=0; i<pIdx->nConstraint; i++){
19912 struct sqlite3_index_constraint *p = &pIdx->aConstraint[i];
19925 pIdx->aConstraintUsage[iSchema].argvIndex = 1;
19926 pIdx->aConstraintUsage[iSchema].omit = 1;
19929 pIdx->aConstraintUsage[iPgno].argvIndex = 1 + (iSchema>=0);
19930 pIdx->aConstraintUsage[iPgno].omit = 1;
19931 pIdx->estimatedCost = 100;
19932 pIdx->estimatedRows = 50;
19934 if( pTab->bPtr==0 && pIdx->nOrderBy && pIdx->aOrderBy[0].desc==0 )
    [all...]

Completed in 127 milliseconds