Searched refs:FR_LOGBODY (Results 1 – 2 of 2) sorted by relevance
463 mlen = (flags & FR_LOGBODY) ? MIN(mlen, 128) : 0;464 } else if ((flags & FR_LOGBODY) == 0) {
821 #define FR_LOGBODY 0x10000 /* Log the body */ macro