Lines Matching defs:excess
29138 sqlite3_int64 excess;
29157 excess = sqlite3_memory_used() - n;
29158 if( excess>0 ) sqlite3_release_memory((int)(excess & 0x7fffffff));
61809 ** To avoid excess churning of page 1, the update only happens once.
129746 ** using excess space. The file format definition requires this extra
151741 ** pathological queries can spend excess time in the sqlite3WhereBegin()