Lines Matching defs:mid
8856 ** to disk all at once. When pages spill mid-transaction, that introduces
9332 ** sqlite3_backup_step(), the source database may be modified mid-way
10364 ** CAPI3REF: Flush caches to disk mid-transaction
52642 ** page to eject from the cache mid-transaction. It is better to eject
134522 int upr, lwr, mid = 0, rc;
134526 mid = (lwr+upr)/2;
134527 rc = sqlite3_stricmp(zName, aPragmaName[mid].zName);
134530 upr = mid - 1;
134532 lwr = mid + 1;
134535 return lwr>upr ? 0 : &aPragmaName[mid];
208241 ** If some client does modify the target database mid RBU update, or some