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

Commit

Permalink
Update records.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erayd committed May 27, 2015
1 parent d81e850 commit fa07f4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chapters/records.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ec.h>
Expand Down

0 comments on commit fa07f4b

Please sign in to comment.