Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Functions
afw_stream.c File Reference

Implementation of afw_stream interface. More...

#include "afw_internal.h"

Go to the source code of this file.

Functions

 afw_stream_get_by_streamId (const afw_utf8_t *streamId, const afw_stream_t **stream, afw_size_t *streamNumber, afw_xctx_t *xctx)
 Get stream by streamId and streamNumber. More...
 
 afw_stream_get_by_streamNumber (const afw_integer_t streamNumber, afw_xctx_t *xctx)
 Get stream by streamNumber. More...
 
 afw_stream_get_streamNumber_for_streamId (const afw_utf8_t *streamId, afw_xctx_t *xctx)
 Get streamNumber for streamId. More...
 
 afw_stream_set (const afw_stream_t *stream, afw_xctx_t *xctx)
 Set an opening stream and get its streamNumber. More...
 
 afw_stream_standard_impl (afw_stream_number_t n, afw_xctx_t *xctx)
 Implementation for get xctx standard stream instance. More...
 
 afw_stream_internal_stream_anchor_create (afw_xctx_t *xctx)
 
 afw_stream_internal_release_all_streams (afw_xctx_t *xctx)
 
 afw_stream_write_integer (const afw_stream_t *writer, afw_integer_t integer, afw_xctx_t *xctx)
 Call afw_stream_write() with an integer. More...
 
 afw_stream_write_size (const afw_stream_t *writer, afw_size_t size, afw_xctx_t *xctx)
 Call afw_stream_write() with an size. More...
 

Detailed Description

Implementation of afw_stream interface.

Definition in file afw_stream.c.