Home | History | Annotate | Download | only in examples

Lines Matching refs:TRIGGER

263 /* number of stored Kbytes to trigger compression (must be >= 32 to allow
266 #define TRIGGER 1024
1031 if (((log->last - log->first) >> 10) + (log->stored >> 10) < TRIGGER)