Searched defs:attrs (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/filters/ |
H A D | mod_proxy_html.c | 395 const char** attrs = (const char**) uattrs; local 441 if (attrs) { 443 for (a = attrs; *a; a += 2) { 468 tattr *attrs = (tattr*) linkattrs->elts; local 470 if (!strcmp(*a, attrs[i].val)) { 479 tattr *attrs = (tattr*) ctx->cfg->events->elts; local 480 if (!strcmp(*a, attrs[i].val)) { 1221 apr_array_header_t *attrs; local 1228 attrs = apr_hash_get(cfg->links, elt, APR_HASH_KEY_STRING); 1229 if (!attrs) { [all...] |
/httpd/modules/ldap/ |
H A D | util_ldap.c | 1634 int scope, char **attrs, const char *filter, 1691 if (attrs) { 1730 (char *)filter, attrs, 0, 1835 if (attrs) { 1838 while (attrs[k++]); 1841 while (attrs[i]) { 1846 values = ldap_get_values(ldc->ldap, entry, attrs[i]); 1911 int scope, char **attrs, const char *filter, 1961 if (attrs) { 2000 (char *)filter, attrs, 1632 uldap_cache_checkuserid(request_rec *r, util_ldap_connection_t *ldc, const char *url, const char *basedn, int scope, char **attrs, const char *filter, const char *bindpw, const char **binddn, const char ***retvals) argument 1909 uldap_cache_getuserdn(request_rec *r, util_ldap_connection_t *ldc, const char *url, const char *basedn, int scope, char **attrs, const char *filter, const char **binddn, const char ***retvals) argument [all...] |
Completed in 22 milliseconds