Skip to content
This repository was archived by the owner on Apr 13, 2019. It is now read-only.

Commit fa07f4b

Browse files
committed
Update records.md
1 parent d81e850 commit fa07f4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

chapters/records.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ EC_RECORD_KFREE|The key for this record will be automatically freed when the rec
4747
EC_RECORD_KCOPY|The key for this record will be copied, rather than added by reference. Implies EC_RECORD_KFREE.
4848
EC_RECORD_DFREE|The data for this record will be automatically freed when the record is destroyed.
4949
EC_RECORD_DCOPY|The data for this record will be copied, rather than added by reference. Implies EC_RECORD_DFREE.
50+
EC_RECORD_KALLOC|Allocate and initialise to zero a new buffer for the key. The value of `key` is ignored.
51+
EC_RECORD_DALLOC|Allocate and initialise to zero a new buffer for the data. The value of `data` is ignored.
52+
EC_RECORD_SIGNED|Used only as a match filter. If this flag is set, records with NOSIGN will not match.
5053

5154
```c
5255
#include <ec.h>

0 commit comments

Comments
 (0)