Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/asl/
HDbsd_out.c425 uint32_t msg_hash, n; in _bsd_send() local
439 msg_hash = 0; in _bsd_send()
453 msg_hash = asl_core_string_hash(*out + 16, strlen(*out + 16)); in _bsd_send()
454 if ((r->last_hash == msg_hash) && (!strcmp(r->last_msg, *out + 16))) in _bsd_send()
570 r->last_hash = msg_hash; in _bsd_send()
HDasl_action.c1465 uint32_t len, msg_hash = 0; in _act_file_final() local
1502 msg_hash = asl_core_string_hash(str + 16, len - 16); in _act_file_final()
1503 if ((f_data->last_hash == msg_hash) && (!strcmp(f_data->last_msg, str + 16))) in _act_file_final()
1552 f_data->last_hash = msg_hash; in _act_file_final()