Searched refs:iDbLast (Results 1 – 1 of 1) sorted by relevance
2328 int iDbLast; /* Loop termination point for the schema loop */ in sqlite3Pragma() local2345 for(iDbLast = zDb?iDb:db->nDb-1; iDb<=iDbLast; iDb++){ in sqlite3Pragma()