Searched defs:APlist (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Dalist.h54 * APlist - Contain pointers to data allocated elsewhere.
123 * APlist is a variant of Alist that contains pointers. There are several
137 } APlist; typedef in typeref:struct:__anon1544
154 #define APLIST_OFF_DATA ((size_t)(((APlist *)0)->apl_data))
176 * APLIST_TRAVERSE: Traverse over the pointers in an APlist, using
209 * LIST - Pointer to APlist structure for list
244 * For an APlist, index the apl_data field directly --- No macro is needed.
272 extern void *aplist_append(APlist **, const void *, Aliste);
273 extern void aplist_delete(APlist *, Aliste *);
274 extern int aplist_delete_value(APlist *, cons
[all...]

Completed in 53 milliseconds