Lines Matching refs:expired
316 /* make sure the stuff is still not expired */
363 int expired;
385 * same time delete expired ones. Some of them get totally crazy
388 * those which have to be expired. Then in a second pass we delete
389 * all those expired elements. Additionally we reopen the DBM file
416 expired = FALSE;
419 expired = TRUE;
423 expired = TRUE;
425 if (expired) {
437 /* pass 2: delete expired elements */
525 int expired;
530 * make sure the expired records are omitted
542 expired = FALSE;
545 expired = TRUE;
549 expired = TRUE;
551 if (!expired) {