Lines Matching refs:LDAPHostEnt
48 static LDAPHostEnt *prldap_gethostbyname( const char *name,
49 LDAPHostEnt *result, char *buffer, int buflen, int *statusp,
51 static LDAPHostEnt *prldap_gethostbyaddr( const char *addr, int length,
52 int type, LDAPHostEnt *result, char *buffer, int buflen,
56 static LDAPHostEnt *prldap_convert_hostent( LDAPHostEnt *ldhp,
60 static LDAPHostEnt *
61 prldap_gethostbyname1(const char *name, LDAPHostEnt *result,
93 static LDAPHostEnt *
94 prldap_gethostbyname( const char *name, LDAPHostEnt *result, in prldap_gethostbyname()
109 static LDAPHostEnt *
111 LDAPHostEnt *result, char *buffer, int buflen, int *statusp, in prldap_gethostbyaddr()
163 static LDAPHostEnt *
164 prldap_convert_hostent( LDAPHostEnt *ldhp, PRHostEnt *prhp ) in prldap_convert_hostent()
344 static LDAPHostEnt *
345 prldap_gethostbyname1(const char *name, LDAPHostEnt *result, in prldap_gethostbyname1()
349 LDAPHostEnt prhent; in prldap_gethostbyname1()