Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dcarray.c328 int ctypeIdx = -1; /* Index of the ctype= constraint, or -1 if none */ in carrayBestIndex() local
343 ctypeIdx = i; in carrayBestIndex()
357 if( ctypeIdx>=0 ){ in carrayBestIndex()
358 pIdxInfo->aConstraintUsage[ctypeIdx].argvIndex = 3; in carrayBestIndex()
359 pIdxInfo->aConstraintUsage[ctypeIdx].omit = 1; in carrayBestIndex()