Home | History | Annotate | Download | only in dist

Lines Matching defs:pUsage

104724   struct sqlite3_index_constraint_usage *pUsage;
104761 + (sizeof(*pIdxCons) + sizeof(*pUsage))*nTerm
104776 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
104782 pUsage;
104891 struct sqlite3_index_constraint_usage *pUsage;
104950 pUsage = pIdxInfo->aConstraintUsage;
104956 memset(pUsage, 0, sizeof(pUsage[0])*pIdxInfo->nConstraint);
104977 if( pUsage[i].argvIndex>0 ){