Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c233500 int ptrIdx = -1; /* Index of the pointer= constraint, or -1 if none */ local
233513 ptrIdx = i;
233523 if( ptrIdx>=0 ){
233524 pIdxInfo->aConstraintUsage[ptrIdx].argvIndex = 1;
233525 pIdxInfo->aConstraintUsage[ptrIdx].omit = 1;