Lines Matching full:associative
2 /* Generic associative array implementation.
16 * Iterate over an associative array. The caller must hold the RCU read lock
116 * Iterate over all the objects in an associative array. Each one will be
294 * @array: The associative array to search.
298 * Find an object in an associative array by walking through the internal tree
340 * Destructively iterate over an associative array. The caller must prevent
429 * assoc_array_destroy - Destroy an associative array
433 * Discard all metadata and free all objects in an associative array. The
946 * assoc_array_insert - Script insertion of an object into an associative array
953 * object in an associative array. This results in an edit script that can
1061 * assoc_array_delete - Script deletion of an object from an associative array
1067 * associative array. This results in an edit script that can either be
1258 * assoc_array_clear - Script deletion of all objects from an associative array
1263 * from an associative array. This results in an edit script that can either
1334 * assoc_array_apply_edit - Apply an edit script to an associative array
1337 * Apply an edit script to an associative array to effect an insertion,
1405 * any changes to the associative array it was intended for.
1431 * assoc_array_gc - Garbage collect an associative array.
1437 * Collect garbage from an associative array and pack down the internal tree to