Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dcarray.c326 int ptrIdx = -1; /* Index of the pointer= constraint, or -1 if none */ in carrayBestIndex() local
337 ptrIdx = i; in carrayBestIndex()
347 if( ptrIdx>=0 ){ in carrayBestIndex()
348 pIdxInfo->aConstraintUsage[ptrIdx].argvIndex = 1; in carrayBestIndex()
349 pIdxInfo->aConstraintUsage[ptrIdx].omit = 1; in carrayBestIndex()