Home | History | Annotate | Download | only in jni

Lines Matching defs:retryCount

690     int retryCount = 0;
699 retryCount = 0;
733 if (retryCount > 50) {
735 throw_sqlite3_exception(env, connection->db, "retrycount exceeded");
740 retryCount++;