summaryrefslogtreecommitdiff
path: root/src/analysis/scan/context.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2023-11-28 08:33:08 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2023-11-28 08:33:08 (GMT)
commit0d5c48ea75a88ae03a7ee8b11c7cf29cb6c46c1b (patch)
tree255f8e88999fedfd1f4a341df89e9b8427a59230 /src/analysis/scan/context.h
parent4d771e533a6bbcda07190d24ed5d15458acb68e0 (diff)
Optimize the registration of full matches.
Diffstat (limited to 'src/analysis/scan/context.h')
-rw-r--r--src/analysis/scan/context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/analysis/scan/context.h b/src/analysis/scan/context.h
index 7fb3dd4..916c618 100644
--- a/src/analysis/scan/context.h
+++ b/src/analysis/scan/context.h
@@ -89,6 +89,9 @@ void g_scan_context_register_atom_match(GScanContext *, patid_t, phys_t);
/* Retourne tous les correspondances partielles notées. */
const phys_t *g_scan_context_get_atom_matches(const GScanContext *, patid_t, size_t *);
+/* Prépare les enregistrements de correspondances complètes. */
+void g_scan_context_prepare_full_match_registration(GScanContext *, GSearchPattern *, size_t);
+
/* Enregistre une correspondance complète avec un contenu. */
void g_scan_context_register_full_match(GScanContext *, GScanMatch *);