Searched refs:ARefList (Results 1 – 3 of 3) sorted by relevance
36 typedef struct ARefList { struct44 } ARefList; argument48 areflist_init(ARefList* l) in areflist_init()58 areflist_getCount(const ARefList* l) in areflist_getCount()64 void areflist_setEmpty(ARefList* l);68 areflist_done(ARefList* l) in areflist_done()75 areflist_isEmpty(const ARefList* l) in areflist_isEmpty()83 int areflist_indexOf(const ARefList* l, void* item);87 areflist_has(const ARefList* l, void* item) in areflist_has()94 void areflist_add(ARefList* l, void* item);[all …]
18 static void** _areflist_items(const ARefList* l) in _areflist_items()27 _areflist_checkSize0(ARefList* l) in _areflist_checkSize0()37 areflist_setEmpty(ARefList* l) in areflist_setEmpty()54 areflist_indexOf(const ARefList* l, void* item) in areflist_indexOf()69 areflist_grow(ARefList* l, int count) in areflist_grow()99 areflist_add(ARefList* l, void* item) in areflist_add()115 areflist_append(ARefList* l, const ARefList* l2) in areflist_append()123 areflist_popLast(ARefList* l) in areflist_popLast()152 areflist_delFirst(ARefList* l, void* item) in areflist_delFirst()185 areflist_delAll(ARefList* l, void* item) in areflist_delAll()[all …]
55 ARefList children[1];60 ARefList viewports[1];