Lines Matching full:iteration
57 * hashcode. During iteration an element may be deleted by calling
58 * uhash_removeElement(); iteration may safely continue thereafter.
60 * mid-iteration. However, if uhash_put() is called during iteration
61 * then the iteration will be out of sync. Under no circumstances
490 * called during iteration to remove an element from the table.
491 * Iteration may safely be resumed afterwards. If uhash_put() is
492 * called during iteration the iteration will then be out of sync and
506 * Iteration may be safely continued afterwards.