Lines Matching defs:insert
199 /* insert a new cache entry at the head of the list (youngest entry) */
347 insert due to error.
402 insert. Once in this state, all inserts will probably fail. */
505 struct crec *next, **up, **insert = NULL, **chainp = &ans;
534 if (insert && (crecp->flags & (F_REVERSE | F_IMMORTAL)) == ins_flags)
537 crecp->hash_next = *insert;
538 *insert = crecp;
539 insert = &crecp->hash_next;
543 if (!insert)
545 insert = up;