Lines Matching defs:iSchema
15697 int iSchema = -1;
15706 iSchema = i;
15714 if( iSchema>=0 ){
15715 pIdx->aConstraintUsage[iSchema].argvIndex = 1;
15716 pIdx->aConstraintUsage[iSchema].omit = 1;
15719 pIdx->aConstraintUsage[iPgno].argvIndex = 1 + (iSchema>=0);
15737 pIdx->idxNum = (iSchema>=0 ? 0x01 : 0x00) | (iPgno>=0 ? 0x02 : 0x00);
28110 int iSchema = 0;
28173 iSchema = 0;
28177 sqlite3_snprintf(sizeof(zScNum), zScNum, "%d", ++iSchema);