Searched refs:hpo (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/appl/push/
H A Dpush.c618 struct hesiod_postoffice *hpo; local
624 hpo = hesiod_getmailhost (context, *user);
625 if (hpo == NULL) {
628 if (strcasecmp(hpo->hesiod_po_type, "pop") != 0)
629 errx (1, "Unsupported po type %s", hpo->hesiod_po_type);
631 ret = estrdup(hpo->hesiod_po_host);
632 *user = estrdup(hpo->hesiod_po_name);
633 hesiod_free_postoffice (context, hpo);
645 struct hes_postoffice *hpo; local
647 hpo
[all...]

Completed in 101 milliseconds