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

/httpd/include/
H A Dutil_ldap.h245 APR_DECLARE_OPTIONAL_FN(util_ldap_connection_t *,uldap_connection_find,(request_rec *r, const char *host, int port,
/httpd/modules/aaa/
H A Dmod_authnz_ldap.c108 static APR_OPTIONAL_FN_TYPE(uldap_connection_find) *util_ldap_connection_find;
1954 util_ldap_connection_find = APR_RETRIEVE_OPTIONAL_FN(uldap_connection_find);
/httpd/modules/ldap/
H A Dutil_ldap.c148 * uldap_connection_find() is called this connection will be
694 uldap_connection_find(request_rec *r, function
3190 APR_REGISTER_OPTIONAL_FN(uldap_connection_find);

Completed in 899 milliseconds