Searched refs:FRC_STR_COND (Results 1 – 1 of 1) sorted by relevance
3221 #define FRC_STR_COND eof && s->compressed_len == 0L /* force stored file */ macro3223 #define FRC_STR_COND stored_len <= opt_lenb && eof && \ macro3226 if (FRC_STR_COND) {3227 #undef FRC_STR_COND3242 #define FRC_STR_COND buf != (char *)0 /* force stored block */ macro3245 #define FRC_STR_COND stored_len+4 <= opt_lenb && buf != (char *)03247 if (FRC_STR_COND) {3248 #undef FRC_STR_COND