Searched refs:dom_id (Results 1 – 1 of 1) sorted by relevance
286 char dom_id[18]; in audit_match_record() local288 if (match_len > 0 && match_len < sizeof(dom_id)) { in audit_match_record()289 memcpy(dom_id, msg.data + matches[1].rm_so, in audit_match_record()291 dom_id[match_len] = '\0'; in audit_match_record()293 *domain_id = strtoull(dom_id, NULL, 16); in audit_match_record()
Completed in 4 milliseconds