Lines Matching defs:end
356 u_char *endOfMsg; /* need to know the end of the message */
389 * Keep track of the end of the message so we don't
477 } /* end of while */
489 struct list_in_addr *result, *end;
500 u_char *endOfMsg; /* need to know the end of the message */
510 end = NULL;
532 * Keep track of the end of the message so we don't
569 if (end == NULL)
574 end = result;
578 end->next = (void *) malloc (sizeof (struct list_in_addr));
579 end = end->next;
580 end->addr = addr;
581 end->next = NULL;
588 } /* end of while */