Searched refs:xauth_rmconf (Results 1 – 4 of 4) sorted by relevance
81 struct xauth_rmconf { struct112 int xauth_rmconf_used(struct xauth_rmconf **);113 void xauth_rmconf_delete(struct xauth_rmconf **);
1670 xauth_rmconf_used(xauth_rmconf) in xauth_rmconf_used() argument1671 struct xauth_rmconf **xauth_rmconf; in xauth_rmconf_used()1673 if (*xauth_rmconf == NULL) {1674 *xauth_rmconf = racoon_malloc(sizeof(**xauth_rmconf));1675 if (*xauth_rmconf == NULL) {1681 (*xauth_rmconf)->login = NULL;1682 (*xauth_rmconf)->pass = NULL;1683 (*xauth_rmconf)->state = 0;1690 xauth_rmconf_delete(xauth_rmconf) in xauth_rmconf_delete() argument1691 struct xauth_rmconf **xauth_rmconf; in xauth_rmconf_delete()[all …]
127 struct xauth_rmconf *xauth;
393 struct xauth_rmconf *xauth = racoon_calloc(1, sizeof(struct xauth_rmconf)); in set_xauth_and_more()