HomeSort by: relevance | last modified time | path
    Searched refs:iSchema (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
shell.c 19907 int iSchema = -1;
19916 iSchema = i;
19924 if( iSchema>=0 ){
19925 pIdx->aConstraintUsage[iSchema].argvIndex = 1;
19926 pIdx->aConstraintUsage[iSchema].omit = 1;
19929 pIdx->aConstraintUsage[iPgno].argvIndex = 1 + (iSchema>=0);
19947 pIdx->idxNum = (iSchema>=0 ? 0x01 : 0x00) | (iPgno>=0 ? 0x02 : 0x00);
    [all...]
sqlite3.c     [all...]

Completed in 133 milliseconds