Searched refs:attrs (Results 1 - 5 of 5) sorted by relevance

/httpd/include/
H A Dutil_cookies.h62 * @param attrs The string containing additional cookie attributes. If NULL, the
69 const char *val, const char *attrs,
95 * @param attrs The string containing additional cookie attributes. If NULL, the
101 const char *attrs, ...)
H A Dutil_ldap.h325 * @param attrs LDAP attributes to return in search.
330 * @param retvals The values corresponding to the attributes requested in the attrs array.
334 * char *url, const char *basedn, int scope, char **attrs,
338 const char *url, const char *basedn, int scope, char **attrs,
348 * @param attrs LDAP attributes to return in search.
352 * @param retvals The values corresponding to the attributes requested in the attrs array.
356 * char *url, const char *basedn, int scope, char **attrs,
360 const char *url, const char *basedn, int scope, char **attrs,
/httpd/server/
H A Dutil_cookies.c36 * @param attrs The string containing additional cookie attributes. If NULL, the
41 const char *attrs, long maxage, ...)
57 attrs && *attrs ? attrs : DEFAULT_ATTRS, NULL);
120 AP_DECLARE(apr_status_t) ap_cookie_remove(request_rec * r, const char *name, const char *attrs, ...)
127 attrs ? attrs : CLEAR_ATTRS, NULL);
132 va_start(vp, attrs);
/httpd/modules/filters/
H A Dmod_proxy_html.c395 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 Dutil_ldap.c1634 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