Searched refs:ARRAYSIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dwhere.c58 #define ARRAYSIZE(X) (sizeof(X)/sizeof(X[0])) macro
100 if( i==pMaskSet->n && i<ARRAYSIZE(pMaskSet->ix) ){
415 nExpr = exprSplit(ARRAYSIZE(aExpr), aExpr, pWhere);
416 if( nExpr==ARRAYSIZE(aExpr) ){
418 "than %d terms allowed", (int)ARRAYSIZE(aExpr)-1);
485 for(i=0; i<pTabList->nSrc && i<ARRAYSIZE(iDirectEq); i++){
742 if( i<ARRAYSIZE(iDirectEq) && iDirectEq[i]>=0 ){
870 }else if( i<ARRAYSIZE(iDirectLt) && (iDirectLt[i]>=0 || iDirectGt[i]>=0) ){

Completed in 58 milliseconds