Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c233105 int ptrIdx = -1; /* Index of the pointer= constraint, or -1 if none */ local
233118 ptrIdx = i;
233128 if( ptrIdx>=0 ){
233129 pIdxInfo->aConstraintUsage[ptrIdx].argvIndex = 1;
233130 pIdxInfo->aConstraintUsage[ptrIdx].omit = 1;