Skip to main content

NameDescription
ec_blobject_addrefIncrements the reference count of obj by 1
ec_blobject_delrefDecrements 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_typeunsafeDecrements the reference count of blobject by 1 and releases the memory allocated to it if the reference count is decremented to 0
ec_blobject_wrapAllocates memory for an ec_blobject and initializes it
ec_message_blobject_getRetrieve a blobject tag
ec_message_blobject_removeRemove a blobject tag
ec_message_blobject_storeTag a message with a blobject
Was this page helpful?