Home
last modified time | relevance | path

Searched refs:pUsage (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c170269 struct sqlite3_index_constraint_usage *pUsage; local
170376 + (sizeof(*pIdxCons) + sizeof(*pUsage))*nTerm
170386 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
170389 pIdxInfo->aConstraintUsage = pUsage;
173215 struct sqlite3_index_constraint_usage *pUsage = pIdxInfo->aConstraintUsage; local
173243 memset(pUsage, 0, sizeof(pUsage[0])*nConstraint);
173275 if( (iTerm = pUsage[i].argvIndex - 1)>=0 ){
173297 if( pUsage[i].omit ){
173327 if( isLimitTerm(pTerm) && (*pbIn || !allConstraintsUsed(pUsage, i)) ){