Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c233107 int ctypeIdx = -1; /* Index of the ctype= constraint, or -1 if none */ local
233124 ctypeIdx = i;
233138 if( ctypeIdx>=0 ){
233139 pIdxInfo->aConstraintUsage[ctypeIdx].argvIndex = 3;
233140 pIdxInfo->aConstraintUsage[ctypeIdx].omit = 1;