Blobject Functions
Last updated March 2020
| Name | Description |
|---|---|
| ec_blobject_addref | Increments the reference count of obj by 1 |
| ec_blobject_delref | Decrements the reference count of obj by 1 and releases the memory allocated to it if the reference count is decremented to 0 |
| ec_blobject_delref_typeunsafe | Decrements the reference count of blobject by 1 and releases the memory allocated to it if the reference count is decremented to 0 |
| ec_blobject_wrap | Allocates memory for an ec_blobject and initializes it |
| ec_message_blobject_get | Retrieve a blobject tag |
| ec_message_blobject_remove | Remove a blobject tag |
| ec_message_blobject_store | Tag a message with a blobject |
Was this page helpful?