Searched defs:attrib (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/ldap/
H A Dutil_ldap_cache.h123 * We cache every successful compare operation, using the DN, attrib, and
127 const char *dn; /* DN, attrib and value combine to be the key */
128 const char *attrib; member in struct:util_compare_node_t
H A Dutil_ldap.c1043 const char *attrib, const char *value)
1072 the_compare_node.attrib = (char *)attrib;
1129 (char *)attrib,
1171 || (strcmp(the_compare_node.attrib,compare_nodep->attrib) != 0)
1391 const char *attrib, const char *value,
1455 the_compare_node.attrib = (char *)"objectClass";
1516 the_compare_node.attrib = (char *)"objectClass";
1599 result = uldap_cache_compare(r, ldc, url, group, attrib, valu
1041 uldap_cache_compare(request_rec *r, util_ldap_connection_t *ldc, const char *url, const char *dn, const char *attrib, const char *value) argument
1388 uldap_cache_check_subgroups(request_rec *r, util_ldap_connection_t *ldc, const char *url, const char *dn, const char *attrib, const char *value, char **subgroupAttrs, apr_array_header_t *subgroupclasses, int cur_subgroup_depth, int max_subgroup_depth) argument
[all...]

Completed in 17 milliseconds