Home | History | Annotate | Download | only in jni

Lines Matching defs:retryCount

701     int retryCount = 0;
710 retryCount = 0;
744 if (retryCount > 50) {
746 throw_sqlite3_exception(env, connection->db, "retrycount exceeded");
751 retryCount++;