From fa07f4b5b560c9915d9a157d3ad79f13aad370db Mon Sep 17 00:00:00 2001 From: Erayd Date: Thu, 28 May 2015 11:29:17 +1200 Subject: [PATCH] Update records.md --- chapters/records.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chapters/records.md b/chapters/records.md index d71a37d..2bffe9c 100644 --- a/chapters/records.md +++ b/chapters/records.md @@ -47,6 +47,9 @@ EC_RECORD_KFREE|The key for this record will be automatically freed when the rec EC_RECORD_KCOPY|The key for this record will be copied, rather than added by reference. Implies EC_RECORD_KFREE. EC_RECORD_DFREE|The data for this record will be automatically freed when the record is destroyed. EC_RECORD_DCOPY|The data for this record will be copied, rather than added by reference. Implies EC_RECORD_DFREE. +EC_RECORD_KALLOC|Allocate and initialise to zero a new buffer for the key. The value of `key` is ignored. +EC_RECORD_DALLOC|Allocate and initialise to zero a new buffer for the data. The value of `data` is ignored. +EC_RECORD_SIGNED|Used only as a match filter. If this flag is set, records with NOSIGN will not match. ```c #include