Lines Matching refs:iSchema
11625 int iSchema = -1;
11634 iSchema = i;
11642 if( iSchema>=0 ){
11643 pIdx->aConstraintUsage[iSchema].argvIndex = 1;
11644 pIdx->aConstraintUsage[iSchema].omit = 1;
11647 pIdx->aConstraintUsage[iPgno].argvIndex = 1 + (iSchema>=0);
11665 pIdx->idxNum = (iSchema>=0 ? 0x01 : 0x00) | (iPgno>=0 ? 0x02 : 0x00);
23947 int iSchema = 0;
24010 iSchema = 0;
24014 sqlite3_snprintf(sizeof(zScNum), zScNum, "%d", ++iSchema);