Buffer Management


o bpc_frame_allocate
Allocates a frame of the specified size.
o bpc_buffer_allocate
Allocates a buffer of the specified size.
o bpc_error_allocate
Allocates a buffer containing an <error> element.
o bpc_frame_aggregate
Allocates a buffer by aggregating the payloads of all the frames in a message.
o bpc_buffer_destroy
Deallocates a buffer returned by bpc_buffer_allocate, bpc_error_allocate, or bpc_frame_aggregate.
o bpc_frame_destroy
Deallocates a frame returned by bpc_frame_allocate, bpc_frame_read, or bpc_query_frame.
o bpc_message_destroy
Deallocates a frame returned by bpc_query, or bpc_query_message,

Home Alphabetic index



This page was generated with the help of DOC++.