Searched refs:COMPRESS_TYPES (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c99 COMPRESS_TYPES = COMPRESS_LEGACY /* Number of supported compression types */ enumerator in enum:compress_types_enum
147 static struct compress_types compress_type[COMPRESS_TYPES] = {
517 for (i = 0; i < COMPRESS_TYPES; i++) {
523 if (i == COMPRESS_TYPES) {
863 for (i = 0; i < COMPRESS_TYPES; i++) {
1656 for (c = 0; c < COMPRESS_TYPES; c++)
1805 for (c = 0; c < COMPRESS_TYPES; c++) {
1856 for (c = 0; c < COMPRESS_TYPES; c++) {
2165 assert(zwork->zw_conf->compress < COMPRESS_TYPES);
2582 for (c = 0; c < COMPRESS_TYPES;
[all...]

Completed in 110 milliseconds