#include <stdlib.h>
Go to the source code of this file.
Classes | |
struct | ioc_ptr_and_lock |
struct | ioc_const_ptr_and_lock |
struct | ioc_chain |
Defines | |
#define | IOC_SIZE 33 |
Typedefs | |
typedef struct ioc_ptr_and_lock | ptr_and_lock |
typedef struct ioc_const_ptr_and_lock | const_ptr_and_lock |
Functions | |
void | ioc_init (ioc_chain *C, const void *in_ptr_0, void *out_ptr_0) |
void | ioc_destroy (ioc_chain *C) |
const void * | ioc_get_in (ioc_chain *C, size_t *this_iter) |
void | ioc_set_next_in (ioc_chain *C, size_t *this_iter, void *in_ptr) |
void * | ioc_get_out (ioc_chain *C, size_t *this_iter) |
void | ioc_set_next_out (ioc_chain *C, size_t *this_iter, void *out_ptr) |
#define IOC_SIZE 33 |
typedef struct ioc_const_ptr_and_lock const_ptr_and_lock |
typedef struct ioc_ptr_and_lock ptr_and_lock |
void ioc_destroy | ( | ioc_chain * | C | ) |
References ioc_chain::in_pl, IOC_SIZE, and ioc_chain::out_pl.
const void* ioc_get_in | ( | ioc_chain * | C, | |
size_t * | this_iter | |||
) |
References ioc_chain::in_pl, IOC_SIZE, ioc_chain::next, ioc_chain::out_pl, and ioc_const_ptr_and_lock::ptr.
void* ioc_get_out | ( | ioc_chain * | C, | |
size_t * | this_iter | |||
) |
References IOC_SIZE, ioc_chain::out_pl, and ioc_ptr_and_lock::ptr.
void ioc_init | ( | ioc_chain * | C, | |
const void * | in_ptr_0, | |||
void * | out_ptr_0 | |||
) |
References ioc_chain::in_pl, IOC_SIZE, ioc_chain::next, ioc_chain::out_pl, ioc_ptr_and_lock::ptr, and ioc_const_ptr_and_lock::ptr.
void ioc_set_next_in | ( | ioc_chain * | C, | |
size_t * | this_iter, | |||
void * | in_ptr | |||
) |
References ioc_chain::in_pl, and IOC_SIZE.
void ioc_set_next_out | ( | ioc_chain * | C, | |
size_t * | this_iter, | |||
void * | out_ptr | |||
) |
References ioc_chain::in_pl, IOC_SIZE, and ioc_chain::out_pl.