Lines Matching full:associative
2 Generic Associative Array Implementation
8 This associative array implementation is an object container with the following
59 The public API can be found in ``<linux/assoc_array.h>``. The associative
168 There are a number of functions for manipulating an associative array:
170 1. Initialise an associative array::
174 This initialises the base structure for an associative array. It can't fail.
177 2. Insert/replace an object in an associative array::
202 3. Delete an object from an associative array::
222 4. Delete all objects from an associative array::
228 This deletes all the objects from an associative array and leaves it
238 5. Destroy an associative array, deleting all objects::
243 This destroys the contents of the associative array and leaves it
253 6. Garbage collect an associative array::
260 This iterates over the objects in an associative array and passes each one
283 There are two functions for accessing an associative array:
285 1. Iterate over all the objects in an associative array::
307 2. Find an object in an associative array::
352 The associative array data structure has an internal tree. This tree is