Searched refs:reqdn (Results 1 - 4 of 4) sorted by relevance
| /httpd/modules/ldap/ |
| H A D | util_ldap_cache.c | 346 return util_ald_hash_string(1, node->reqdn); 354 return (strcmp(na->reqdn, nb->reqdn) == 0); 363 if (!(node->reqdn = util_ald_strdup(cache, n->reqdn)) || 378 util_ald_free(cache, node->reqdn); 392 node->reqdn,
|
| H A D | util_ldap_cache.h | 141 const char *reqdn; /* The DN in the require dn statement */ member in struct:util_dn_compare_node_t
|
| H A D | util_ldap.c | 896 const char *reqdn, int compare_dn_on_server) 924 if (strcmp(dn, reqdn)) { 939 newnode.reqdn = (char *)reqdn; 968 /* search for reqdn */ 969 result = ldap_search_ext_s(ldc->ldap, (char *)reqdn, LDAP_SCOPE_BASE, 994 /* search for reqdn failed - no match */ 1013 newnode.reqdn = (char *)reqdn; 1018 || (strcmp(reqdn, nod 894 uldap_cache_comparedn(request_rec *r, util_ldap_connection_t *ldc, const char *url, const char *dn, const char *reqdn, int compare_dn_on_server) argument [all...] |
| /httpd/include/ |
| H A D | util_ldap.h | 255 * @param reqdn The DN to compare the first DN to. 264 * const char *url, const char *dn, const char *reqdn, 268 const char *url, const char *dn, const char *reqdn,
|
Completed in 21 milliseconds