Lines Matching refs:ARefList
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()
225 _areflist_remove_deferred(ARefList* l) in _areflist_remove_deferred()
243 areflist_copy(ARefList* dst, const ARefList* src) in areflist_copy()
267 areflist_get(const ARefList* l, int n) in areflist_get()
279 _areflist_at(const ARefList* l, int n) in _areflist_at()