Home | History | Annotate | Download | only in orig

Lines Matching defs:pUsage

104688   struct sqlite3_index_constraint_usage *pUsage;
104725 + (sizeof(*pIdxCons) + sizeof(*pUsage))*nTerm
104740 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
104746 pUsage;
104855 struct sqlite3_index_constraint_usage *pUsage;
104914 pUsage = pIdxInfo->aConstraintUsage;
104920 memset(pUsage, 0, sizeof(pUsage[0])*pIdxInfo->nConstraint);
104941 if( pUsage[i].argvIndex>0 ){