Lines Matching defs:pnOne
208745 ** (*pnOne) is set to 10000 to indicate that stage 1 has finished and (*pnTwo)
208752 ** value to which (*pnOne) is set depends on whether or not the RBU
208764 ** API is called during stage 1, the *pnOne output variable is set to the
208766 ** not exist, then (*pnOne) is set to -1 during stage 1. If the rbu_count
208767 ** table exists but is not correctly populated, the value of the *pnOne
208770 SQLITE_API void sqlite3rbu_bp_progress(sqlite3rbu *pRbu, int *pnOne, int*pnTwo);
213089 SQLITE_API void sqlite3rbu_bp_progress(sqlite3rbu *p, int *pnOne, int *pnTwo){
213094 *pnOne = (int)(MAX_PROGRESS * (i64)p->nProgress/(i64)p->nPhaseOneStep);
213096 *pnOne = -1;
213102 *pnOne = MAX_PROGRESS;
213107 *pnOne = MAX_PROGRESS;
213112 *pnOne = MAX_PROGRESS;