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

/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dasl_action.c1031 uint32_t len, msg_hash = 0; local
1065 msg_hash = asl_core_string_hash(str + 16, len - 16);
1066 if ((fdata->last_hash == msg_hash) && (!strcmp(fdata->last_msg, str + 16)))
1137 fdata->last_hash = msg_hash;

Completed in 64 milliseconds