#include "iarray.h"
#include "entrylist_path.h"
Go to the source code of this file.
Data Structures | |
struct | el_entry_t |
Entrylist standard entries as provided by entries allocator. More... | |
struct | el_list_t |
Entrylist type. More... | |
Functions | |
el_list_t * | entrylist_create (void) |
void | entrylist_destroy (el_list_t *el) |
void | entrylist_lock (el_list_t *el) |
void | entrylist_unlock (el_list_t *el) |
int | entrylist_trylock (el_list_t *el) |
int | entrylist_lockcount (el_list_t *el) |
int | entrylist_clear (el_list_t *el) |
int | entrylist_remove (el_list_t *el, int idx) |
int | entrylist_set (el_list_t *el, int idx, el_entry_t *e, int eltsize) |
int | entrylist_insert (el_list_t *el, int idx, el_entry_t *e, int eltsize) |
dcplaya documentation version 2.0 | Generated on November 2004 by doxygen 1.3.6 |