Searched refs:lenl (Results 1 – 1 of 1) sorted by relevance
52 ssize_t lenl = elem.msg_len(); in Identical() local53 if (lenl <= 0) return DIFFERENT; // value if this represents a chatty elem in Identical()66 if (lenl == lenr) { in Identical()67 if (!fastcmp<memcmp>(msgl, msgr, lenl)) return SAME; in Identical()69 if (elem.log_id() == LOG_ID_EVENTS && lenl == sizeof(android_log_event_int_t) && in Identical()78 lenl > static_cast<ssize_t>(sizeof(android_log_event_string_t)) && in Identical()84 lenl -= sizeof(android_log_event_string_t); in Identical()89 const char* avcl = android::strnstr(msgl, lenl, avc); in Identical()91 lenl -= avcl - msgl; in Identical()95 if (lenl != lenr) return DIFFERENT; in Identical()[all …]