Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpragma.c2328 int iDbLast; /* Loop termination point for the schema loop */ in sqlite3Pragma() local
2345 for(iDbLast = zDb?iDb:db->nDb-1; iDb<=iDbLast; iDb++){ in sqlite3Pragma()